2 writes to _error
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
904
_error
= null;
1977
_error
= new AsyncStreamReader(s, ErrorReadNotifyUser, _standardError.CurrentEncoding);
9 references to _error
System.Diagnostics.Process (9)
System\Diagnostics\Process.cs (8)
886
_error
?.CancelOperation();
887
_error
?.Dispose();
1777
if (
_error
is not null)
1779
await
_error
.EOF.WaitAsync(cancellationToken).ConfigureAwait(false);
1969
if (
_error
== null)
1979
_error
.BeginReadLine();
2012
if (
_error
!= null)
2014
_error
.CancelOperation();
System\Diagnostics\Process.Unix.cs (1)
263
_error
?.EOF.GetAwaiter().GetResult();