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();
1572
if (
_error
is not null)
1574
await
_error
.EOF.WaitAsync(cancellationToken).ConfigureAwait(false);
1643
if (
_error
== null)
1653
_error
.BeginReadLine();
1686
if (
_error
!= null)
1688
_error
.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
211
_error
?.EOF.GetAwaiter().GetResult();