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();
1754
if (
_error
is not null)
1756
await
_error
.EOF.WaitAsync(cancellationToken).ConfigureAwait(false);
1824
if (
_error
== null)
1834
_error
.BeginReadLine();
1867
if (
_error
!= null)
1869
_error
.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
249
_error
?.EOF.GetAwaiter().GetResult();