3 references to GetProcessStartInfo
dotnet-aot (1)
parent\dotnet\ForwardingApp.cs (1)
29return _implementation.GetProcessStartInfo();
Microsoft.DotNet.Cli.Utils (2)
ForwardingAppImplementation.cs (1)
69return GetProcessStartInfo().Execute();
MSBuildForwardingAppWithoutLogging.cs (1)
129return _forwardingApp.GetProcessStartInfo();