Implemented interface members:
5 references to ContainsKey
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (2)
190
=> _dictionary.
ContainsKey
(key);
201
if (!self._dictionary.
ContainsKey
(key))
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
153
=> ReadOnlyDictionary.
ContainsKey
(key);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (2)
1135
return
ContainsKey
((TKey)key);
1350
=> _dictionary.
ContainsKey
(item);