Implemented interface members:
5 references to ContainsKey
Microsoft.Build.Framework (5)
ImmutableSegmentedDictionary`2.cs (2)
200
=> _dictionary.
ContainsKey
(key);
211
if (!self._dictionary.
ContainsKey
(key))
ImmutableSegmentedDictionary`2+Builder.cs (1)
139
=> ReadOnlyDictionary.
ContainsKey
(key);
SegmentedDictionary`2.cs (2)
1099
return
ContainsKey
((TKey)key);
1312
=> _dictionary.
ContainsKey
(item);