Implemented interface member:
2 writes to
System.Diagnostics.Process (2)
System\Collections\Specialized\DictionaryWrapper.cs (1)
42public void Add(string key, string? value) => this[key] = value;
System\Collections\Specialized\StringDictionaryWrapper.cs (1)
23set { _contents[key] = value; }
1 reference to
System.Diagnostics.Process (1)
System\Collections\Specialized\StringDictionaryWrapper.cs (1)
22get { return _contents[key]; }