3 references to WaitForExitOrKillOnCancellationAsync
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
339/// use <see cref="WaitForExitOrKillOnCancellationAsync"/> instead.
System\Diagnostics\Process.Scenarios.cs (2)
176return await processHandle.WaitForExitOrKillOnCancellationAsync(cancellationToken).ConfigureAwait(false); 334ProcessExitStatus exitStatus = await process.SafeHandle.WaitForExitOrKillOnCancellationAsync(cancellationToken).ConfigureAwait(false);