1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2OutputProducer.cs (1)
64_memoryPool = context.MemoryPool;
4 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
68_pipe = CreateDataPipe(_memoryPool, scheduleInline); 70_pipeWriter = new ConcurrentPipeWriter(_pipe.Writer, _memoryPool, _dataWriterLock); 693if (minSize <= _memoryPool.MaxBufferSize) 696_fakeMemoryOwner = _memoryPool.Rent(minSize);