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