Implemented interface members:
5 references to ContainsKey
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
41=> AnonymousTypes.Keys.All(static (key, other) => other.AnonymousTypes.ContainsKey(key), other) && 42AnonymousDelegates.Keys.All(static (key, other) => other.AnonymousDelegates.ContainsKey(key), other) && 43AnonymousDelegatesWithIndexedNames.Keys.All(static (key, other) => other.AnonymousDelegatesWithIndexedNames.ContainsKey(key), other);
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
542if (priorCollection.ContainsKey(key))
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
36=> _dictionary.ContainsKey(item);