Implemented interface members:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
method
ContainsKey
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
2 references to ContainsKey
mscorlib (1)
system\collections\objectmodel\readonlydictionary.cs (1)
184return IsCompatibleKey(key) && ContainsKey((TKey)key);
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
186while (!locals.Indexes.ContainsKey(variable)) {