1 write to _pipe
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
61_pipe = CreateDataPipe(_memoryPool, scheduleInline);
3 references to _pipe
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
63_pipeWriter = new ConcurrentPipeWriter(_pipe.Writer, _memoryPool, _dataWriterLock); 64_pipeReader = _pipe.Reader; 186_pipe.Reset();