1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2ConnectionBenchmarkBase.cs (1)
46_memoryPool = PinnedBlockMemoryPoolFactory.Create();
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http2\Http2ConnectionBenchmarkBase.cs (3)
48var options = new PipeOptions(_memoryPool, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false); 86memoryPool: _memoryPool, 190_memoryPool?.Dispose();