1 write to _memoryPool
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
84
_memoryPool
= memoryPool;
2 references to _memoryPool
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (2)
306
_memoryPool
,
502
_bodyInputPipe = new Pipe(new PipeOptions(
_memoryPool
, readerScheduler: PipeScheduler.ThreadPool, minimumSegmentSize: MinAllocBufferSize));