4 references to EOF
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
1740await _output.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1745await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false);
System\Diagnostics\Process.Unix.cs (2)
209_output?.EOF.GetAwaiter().GetResult(); 210_error?.EOF.GetAwaiter().GetResult();