3 references to GetProcessStartInfo
dotnet (2)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
393
.
GetProcessStartInfo
()
Commands\MSBuild\MSBuildForwardingApp.cs (1)
71
return _forwardingAppWithoutLogging.
GetProcessStartInfo
();
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
143
return
GetProcessStartInfo
().Execute();