2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
929_error = null; 1649_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(); 1570if (_error is not null) 1572await _error.EOF.WaitAsync(cancellationToken).ConfigureAwait(false); 1641if (_error == null) 1651_error.BeginReadLine(); 1684if (_error != null) 1686_error.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
211_error?.EOF.GetAwaiter().GetResult();