1 write to _writer
System.IO.Pipelines (1)
System\IO\Pipelines\Pipe.cs (1)
118
_writer
= new DefaultPipeWriter(this);
2 references to _writer
System.IO.Pipelines (2)
System\IO\Pipelines\Pipe.cs (2)
504
result = new ValueTask<FlushResult>(
_writer
, token: 0);
1281
public PipeWriter Writer =>
_writer
;