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) &&
42
AnonymousDelegates.Keys.All(static (key, other) => other.AnonymousDelegates.
ContainsKey
(key), other) &&
43
AnonymousDelegatesWithIndexedNames.Keys.All(static (key, other) => other.AnonymousDelegatesWithIndexedNames.
ContainsKey
(key), other);
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
542
if (priorCollection.
ContainsKey
(key))
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
36
=> _dictionary.
ContainsKey
(item);