Implemented interface members:
2 references to ContainsKey
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
542if (priorCollection.ContainsKey(key))
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
36=> _dictionary.ContainsKey(item);