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)
232minSize = _memoryPool.GetMinimumSegmentSize(); 264if (minSize <= _memoryPool.MaxBufferSize) 267_fakeMemoryOwner = _memoryPool.Rent(minSize);