Searched refs:ContainsValue (Results 1 – 1 of 1) sorted by relevance
131 private bool ContainsValue(TValue value) in ContainsValue() method in Google.Protobuf.Collections.MapField230 …ion<TValue> Values { get { return new MapView<TValue>(this, pair => pair.Value, ContainsValue); } }