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)
44
private readonly
ConcurrentPipeWriter
_pipeWriter;
347
var
buffer = _pipeWriter;
Internal\Http2\Http2FrameWriter.cs (1)
77
private readonly
ConcurrentPipeWriter
_outputWriter;
Internal\Http2\Http2OutputProducer.cs (1)
33
private readonly
ConcurrentPipeWriter
_pipeWriter;