11 references to GetProcessStartInfo
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
95ProcessStartInfo startInfo = GetProcessStartInfo();
dotnet.Tests (10)
CommandTests\MSBuild\GivenMsbuildForwardingApp.cs (7)
21.GetProcessStartInfo().FileName.Should().EndWith("dotnet.exe"); 29.GetProcessStartInfo().FileName.Should().EndWith("dotnet"); 39var startInfo = new MSBuildForwardingApp(new string[0], msbuildPath).GetProcessStartInfo(); 49.GetProcessStartInfo() 61.GetProcessStartInfo() 73.GetProcessStartInfo(); 93.GetProcessStartInfo().WorkingDirectory.Should().Be("");
NuGetSignatureVerificationEnablerTests.cs (3)
95VerifyEnvironmentVariable(forwardingApp.GetProcessStartInfo(), bool.TrueString); 109VerifyEnvironmentVariable(forwardingApp.GetProcessStartInfo(), bool.FalseString); 135VerifyNoEnvironmentVariable(forwardingApp.GetProcessStartInfo());