Implemented interface member:
3 references to ContainsKey
System.Diagnostics.Process (3)
System\Collections\Specialized\DictionaryWrapper.cs (1)
55
public bool Contains(object key) =>
ContainsKey
((string)key);
System\Collections\Specialized\StringDictionaryWrapper.cs (2)
37
if (_contents.
ContainsKey
(key))
47
public override bool ContainsKey(string key) => _contents.
ContainsKey
(key);