8 references to HandleFlagInherit
aspire (4)
Processes\IsolatedProcess.Windows.cs (4)
59if (!WindowsProcessInterop.SetHandleInformation(nulStdinHandle, WindowsProcessInterop.HandleFlagInherit, WindowsProcessInterop.HandleFlagInherit)) 209if (!WindowsProcessInterop.SetHandleInformation(nulHandle, WindowsProcessInterop.HandleFlagInherit, WindowsProcessInterop.HandleFlagInherit))
Aspire.Cli.Tests (4)
Processes\WindowsConsoleProcessJobTests.cs (4)
86WindowsProcessInterop.HandleFlagInherit, 87WindowsProcessInterop.HandleFlagInherit)); 135WindowsProcessInterop.HandleFlagInherit, 136WindowsProcessInterop.HandleFlagInherit));