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