4 references to WaitForExitAsync
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
414
/// to <see cref="
WaitForExitAsync
"/> and will wait indefinitely for the process to exit.
System\Diagnostics\Process.cs (3)
1847
/// <inheritdoc cref="SafeProcessHandle.
WaitForExitAsync
(CancellationToken)"/>
1867
return await _processHandle.
WaitForExitAsync
(cancellationToken).ConfigureAwait(false);
1874
return await processHandle.
WaitForExitAsync
(cancellationToken).ConfigureAwait(false);