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)
97int bytesRead = await _stream.ReadAsync(new Memory<byte>(_byteBuffer), _cts.Token).ConfigureAwait(false);