1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3OutputProducer.cs (1)
43
_memoryPool
= pool;
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3OutputProducer.cs (3)
232
minSize =
_memoryPool
.GetMinimumSegmentSize();
264
if (minSize <=
_memoryPool
.MaxBufferSize)
267
_fakeMemoryOwner =
_memoryPool
.Rent(minSize);