12 references to ProcessStartInfo
aspire (6)
Agents\Playwright\PlaywrightCliRunner.cs (1)
92var startInfo = new ProcessStartInfo(executablePath)
DotNet\DotNetCliExecutionFactory.cs (1)
43var startInfo = new ProcessStartInfo("dotnet")
Npm\NpmRunner.cs (1)
233var startInfo = new ProcessStartInfo(npmPath)
Projects\DotNetBasedAppHostServerProject.cs (2)
476var startInfo = new ProcessStartInfo(dotnetExe) 549var startInfo = new ProcessStartInfo("dotnet")
Projects\PrebuiltAppHostServer.cs (1)
413var startInfo = new ProcessStartInfo(serverPath)
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
104ProcessStartInfo processStartInfo = new ProcessStartInfo(dotnetPath)
NuGet.Common (1)
Migrations\Migration1.cs (1)
193ProcessStartInfo startInfo = new ProcessStartInfo(command)
NuGet.Protocol (1)
Plugins\PluginFactory.cs (1)
191startInfo = new ProcessStartInfo(pluginFile.Path)
System.CodeDom (1)
System\CodeDom\Compiler\Executor.cs (1)
60var psi = new ProcessStartInfo(cmd)
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1333return Start(new ProcessStartInfo(fileName))!;
System\Diagnostics\Process.Scenarios.cs (1)
336ProcessStartInfo startInfo = new(fileName);