3 overrides of Add
System.Diagnostics.Process (1)
System\Collections\Specialized\StringDictionaryWrapper.cs (1)
35
public override void
Add
(string key, string? value)
System.Net.Mail (2)
System\Net\TrackingStringDictionary.cs (1)
24
public override void
Add
(string key, string? value)
System\Net\TrackingValidationObjectDictionary.cs (1)
166
public override void
Add
(string key, string? value)
17 references to Add
Microsoft.AspNetCore.Tests (9)
WebApplicationTests.cs (9)
1012
options.StartInfo.EnvironmentVariables.
Add
("one", "unprefixed_one");
1013
options.StartInfo.EnvironmentVariables.
Add
("two", "unprefixed_two");
1014
options.StartInfo.EnvironmentVariables.
Add
("DOTNET_one", "DOTNET_one");
1015
options.StartInfo.EnvironmentVariables.
Add
("DOTNET_two", "DOTNET_two");
1016
options.StartInfo.EnvironmentVariables.
Add
("DOTNET_three", "DOTNET_three");
1017
options.StartInfo.EnvironmentVariables.
Add
("ASPNETCORE_one", "ASPNETCORE_one");
1018
options.StartInfo.EnvironmentVariables.
Add
("ASPNETCORE_two", "ASPNETCORE_two");
1019
options.StartInfo.EnvironmentVariables.
Add
("ASPNETCORE_three", "ASPNETCORE_three");
1020
options.StartInfo.EnvironmentVariables.
Add
("ASPNETCORE_four", "ASPNETCORE_four");
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
442
processStartInfo.EnvironmentVariables.
Add
("PATH", path);
System.Configuration.ConfigurationManager (3)
System\Diagnostics\ListenerElementsCollection.cs (1)
234
Attributes.
Add
(name, value);
System\Diagnostics\SourceElementsCollection.cs (1)
85
Attributes.
Add
(name, value);
System\Diagnostics\SwitchElementsCollection.cs (1)
49
Attributes.
Add
(name, value);
System.Net.Mail (4)
System\Net\Mime\ContentDisposition.cs (1)
322
Parameters.
Add
(paramAttribute, paramValue);
System\Net\TrackingStringDictionary.cs (1)
31
base.
Add
(key, value);
System\Net\TrackingValidationObjectDictionary.cs (2)
73
base.
Add
(key, valueToAdd.ToString());
85
base.
Add
(key, value);