2 references to WaitFailed
aspire (2)
Processes\IsolatedProcess.Windows.cs (2)
275
WindowsProcessInterop.
WaitFailed
=> throw new Win32Exception(Marshal.GetLastWin32Error(), "WaitForSingleObject failed while reading IsolatedProcess.HasExited"),
291
if (waitResult == WindowsProcessInterop.
WaitFailed
)