Implemented interface members:
5 references to ContainsKey
Microsoft.CodeAnalysis.Collections.Package (5)
ImmutableSegmentedDictionary`2.cs (2)
188=> _dictionary.ContainsKey(key); 199if (!self._dictionary.ContainsKey(key))
ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
151=> ReadOnlyDictionary.ContainsKey(key);
SegmentedDictionary`2.cs (2)
1133return ContainsKey((TKey)key); 1348=> _dictionary.ContainsKey(item);