1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
86_memoryPool = memoryPool;
6 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1OutputProducer.cs (6)
675minSize = _memoryPool.GetMinimumSegmentSize(); 707if (minSize <= _memoryPool.MaxBufferSize) 710_fakeMemoryOwner = _memoryPool.Rent(minSize); 749sizeHint = _memoryPool.GetMinimumSegmentSize(); 767if (sizeHint <= _memoryPool.MaxBufferSize) 771var owner = _memoryPool.Rent(sizeHint);