2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
904_error = null; 1977_error = new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
886_error?.CancelOperation(); 887_error?.Dispose(); 1777if (_error is not null) 1779await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1969if (_error == null) 1979_error.BeginReadLine(); 2012if (_error != null) 2014_error.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
263_error?.EOF.GetAwaiter().GetResult();