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