Implemented interface members:
2 references to ContainsKey
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\RoslynImmutableInterlocked.cs (1)
542
if (priorCollection.
ContainsKey
(key))
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
36
=> _dictionary.
ContainsKey
(item);