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)
703
if (minSize <=
_memoryPool
.MaxBufferSize)
706
_fakeMemoryOwner =
_memoryPool
.Rent(minSize);
756
if (sizeHint <=
_memoryPool
.MaxBufferSize)
760
var owner =
_memoryPool
.Rent(sizeHint);