2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
881_error = null; 1832_error = new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
863_error?.CancelOperation(); 864_error?.Dispose(); 1754if (_error is not null) 1756await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1824if (_error == null) 1834_error.BeginReadLine(); 1867if (_error != null) 1869_error.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
249_error?.EOF.GetAwaiter().GetResult();