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)
399result = new ValueTask<FlushResult>(_writer, token: 0); 1170public PipeWriter Writer => _writer;