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)
699
if (minSize <=
_memoryPool
.MaxBufferSize)
702
_fakeMemoryOwner =
_memoryPool
.Rent(minSize);
752
if (sizeHint <=
_memoryPool
.MaxBufferSize)
756
var owner =
_memoryPool
.Rent(sizeHint);