1 write to _stream
System.Diagnostics.Process (1)
System\Diagnostics\AsyncStreamReader.cs (1)
53
_stream
= stream;
1 reference to _stream
System.Diagnostics.Process (1)
System\Diagnostics\AsyncStreamReader.cs (1)
97
int bytesRead = await
_stream
.ReadAsync(new Memory<byte>(_byteBuffer), _cts.Token).ConfigureAwait(false);