6 references to SpawnProcess
aspire (4)
Processes\IsolatedProcess.Windows.cs (3)
18
/// then delegates to <see cref="WindowsProcessInterop.
SpawnProcess
"/> for the actual
84
var pi = WindowsProcessInterop.
SpawnProcess
(
220
var pi = WindowsProcessInterop.
SpawnProcess
(
Processes\WindowsConsoleProcessJob.cs (1)
116
/// The job handle. Pass directly to <see cref="WindowsProcessInterop.
SpawnProcess
"/> so the spawn
Aspire.Cli.Tests (2)
Processes\WindowsConsoleProcessJobTests.cs (2)
95
var pi = WindowsProcessInterop.
SpawnProcess
(
144
var pi = WindowsProcessInterop.
SpawnProcess
(