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