14 references to StartInfo
Microsoft.AspNetCore.Tests (11)
WebApplicationTests.cs (11)
642
options.
StartInfo
.WorkingDirectory = tmpDir.FullName;
667
options.
StartInfo
.WorkingDirectory = Environment.SystemDirectory;
1010
options.
StartInfo
.EnvironmentVariables.Add("one", "unprefixed_one");
1011
options.
StartInfo
.EnvironmentVariables.Add("two", "unprefixed_two");
1012
options.
StartInfo
.EnvironmentVariables.Add("DOTNET_one", "DOTNET_one");
1013
options.
StartInfo
.EnvironmentVariables.Add("DOTNET_two", "DOTNET_two");
1014
options.
StartInfo
.EnvironmentVariables.Add("DOTNET_three", "DOTNET_three");
1015
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_one", "ASPNETCORE_one");
1016
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_two", "ASPNETCORE_two");
1017
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_three", "ASPNETCORE_three");
1018
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_four", "ASPNETCORE_four");
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutor.cs (1)
441
ProcessStartInfo psi = options.
StartInfo
;
Microsoft.ML.CpuMath.UnitTests (2)
UnitTests.cs (2)
994
options.
StartInfo
.Environment.Add(item.Key, item.Value);
997
options.
StartInfo
.WorkingDirectory = System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);