1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3OutputProducer.cs (1)
43_memoryPool = pool;
2 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3OutputProducer.cs (2)
259if (minSize <= _memoryPool.MaxBufferSize) 262_fakeMemoryOwner = _memoryPool.Rent(minSize);