2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
821_error = null; 1669_error = new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
803_error?.CancelOperation(); 804_error?.Dispose(); 1591if (_error is not null) 1593await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1661if (_error == null) 1671_error.BeginReadLine(); 1704if (_error != null) 1706_error.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
207_error?.EOF.GetAwaiter().GetResult();