2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
929_error = null; 1651_error = new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
911_error?.CancelOperation(); 912_error?.Dispose(); 1572if (_error is not null) 1574await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1643if (_error == null) 1653_error.BeginReadLine(); 1686if (_error != null) 1688_error.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
211_error?.EOF.GetAwaiter().GetResult();