3 instantiations of ConcurrentPipeWriter
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
83_pipeWriter = new ConcurrentPipeWriter(pipeWriter, memoryPool, _contextLock);
Internal\Http2\Http2FrameWriter.cs (1)
121_outputWriter = new ConcurrentPipeWriter(outputPipeWriter, memoryPool, _writeLock);
Internal\Http2\Http2OutputProducer.cs (1)
70_pipeWriter = new ConcurrentPipeWriter(_pipe.Writer, _memoryPool, _dataWriterLock);
4 references to ConcurrentPipeWriter
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (2)
44private readonly ConcurrentPipeWriter _pipeWriter; 347var buffer = _pipeWriter;
Internal\Http2\Http2FrameWriter.cs (1)
77private readonly ConcurrentPipeWriter _outputWriter;
Internal\Http2\Http2OutputProducer.cs (1)
33private readonly ConcurrentPipeWriter _pipeWriter;