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