Implemented interface members:
5 references to ContainsKey
Microsoft.CodeAnalysis.Collections.Package (5)
Segmented\ImmutableSegmentedDictionary`2.cs (2)
190=> _dictionary.ContainsKey(key); 201if (!self._dictionary.ContainsKey(key))
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
153=> ReadOnlyDictionary.ContainsKey(key);
Segmented\SegmentedDictionary`2.cs (2)
1135return ContainsKey((TKey)key); 1350=> _dictionary.ContainsKey(item);