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);
693
if (minSize <=
_memoryPool
.MaxBufferSize)
696
_fakeMemoryOwner =
_memoryPool
.Rent(minSize);