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