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();