2 references to GetProcessStartInfo
dotnet-aot (1)
parent\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (1)
111
public ProcessStartInfo GetProcessStartInfo() => _forwardingAppWithoutLogging.
GetProcessStartInfo
();
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
187
return
GetProcessStartInfo
().Execute();