1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
57_memoryPool = context.MemoryPool;
4 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
61_pipe = CreateDataPipe(_memoryPool, scheduleInline); 63_pipeWriter = new ConcurrentPipeWriter(_pipe.Writer, _memoryPool, _dataWriterLock); 671if (minSize <= _memoryPool.MaxBufferSize) 674_fakeMemoryOwner = _memoryPool.Rent(minSize);