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