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