1 implementation of ContainsValue
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
474
public bool
ContainsValue
(TValue value)
1 reference to ContainsValue
System.Collections.Immutable (1)
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (1)
211
return dictionary.
ContainsValue
(item);