2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
880_error = null; 1953_error = new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
862_error?.CancelOperation(); 863_error?.Dispose(); 1753if (_error is not null) 1755await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1945if (_error == null) 1955_error.BeginReadLine(); 1988if (_error != null) 1990_error.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
263_error?.EOF.GetAwaiter().GetResult();