1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
RequestParsingBenchmark.cs (1)
27_memoryPool = PinnedBlockMemoryPoolFactory.Create();
4 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
RequestParsingBenchmark.cs (4)
28var options = new PipeOptions(_memoryPool, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false); 40memoryPool: _memoryPool, 49Pipe = new Pipe(new PipeOptions(_memoryPool)); 208_memoryPool.Dispose();