1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1LargeWritingBenchmark.cs (1)
31_memoryPool = PinnedBlockMemoryPoolFactory.Create();
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1LargeWritingBenchmark.cs (3)
67var options = new PipeOptions(_memoryPool, useSynchronizationContext: false); 81memoryPool: _memoryPool, 112_memoryPool?.Dispose();