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