4 references to GetProcessStartInfo
dotnet (2)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
401.GetProcessStartInfo()
Commands\MSBuild\MSBuildForwardingApp.cs (1)
111public ProcessStartInfo GetProcessStartInfo() => _forwardingAppWithoutLogging.GetProcessStartInfo();
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (1)
111public ProcessStartInfo GetProcessStartInfo() => _forwardingAppWithoutLogging.GetProcessStartInfo();
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
187return GetProcessStartInfo().Execute();