1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
86
_memoryPool
= memoryPool;
4 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (4)
700
if (minSize <=
_memoryPool
.MaxBufferSize)
703
_fakeMemoryOwner =
_memoryPool
.Rent(minSize);
753
if (sizeHint <=
_memoryPool
.MaxBufferSize)
757
var owner =
_memoryPool
.Rent(sizeHint);