2 references to WaitForExitAsync
System.Diagnostics.Process (2)
System\Diagnostics\ProcessWaitState.Unix.cs (2)
285
_waitInProgress =
WaitForExitAsync
(CancellationToken.None);
467
_waitInProgress = waitTask =
WaitForExitAsync
(token);