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