Implemented interface members:
method
Contains
System.Collections.Immutable.IImmutableDictionary<TKey, TValue>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue>)
2 references to Contains
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedDictionary`2.cs (2)
147if (self.Contains(new KeyValuePair<TKey, TValue>(key, value))) 220if (self.Contains(new KeyValuePair<TKey, TValue>(key, value)))