2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
820
_error
= null;
1667
_error
= new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
802
_error
?.CancelOperation();
803
_error
?.Dispose();
1589
if (
_error
is not null)
1591
await
_error
.EOF.WaitAsync(cancellationToken).ConfigureAwait(false);
1659
if (
_error
== null)
1669
_error
.BeginReadLine();
1702
if (
_error
!= null)
1704
_error
.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
207
_error
?.EOF.GetAwaiter().GetResult();