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)
1871/// <inheritdoc cref="SafeProcessHandle.WaitForExitAsync(CancellationToken)"/> 1891return await _processHandle.WaitForExitAsync(cancellationToken).ConfigureAwait(false); 1898return await processHandle.WaitForExitAsync(cancellationToken).ConfigureAwait(false);