8 references to PROCESS_INFORMATION
aspire (6)
Processes\IsolatedProcess.Windows.cs (2)
84var pi = WindowsProcessInterop.SpawnProcess( 220var pi = WindowsProcessInterop.SpawnProcess(
Processes\WindowsProcessInterop.cs (4)
167out PROCESS_INFORMATION lpProcessInformation); 342/// The raw <see cref="PROCESS_INFORMATION"/> from <c>CreateProcessW</c>. The caller owns 348public static PROCESS_INFORMATION SpawnProcess( 474out var pi))
Aspire.Cli.Tests (2)
Processes\WindowsConsoleProcessJobTests.cs (2)
95var pi = WindowsProcessInterop.SpawnProcess( 144var pi = WindowsProcessInterop.SpawnProcess(