1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
PipeThroughputBenchmark.cs (1)
22
_memoryPool
= PinnedBlockMemoryPoolFactory.Create();
2 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
PipeThroughputBenchmark.cs (2)
23
_pipe = new Pipe(new PipeOptions(
_memoryPool
));
69
_memoryPool
.Dispose();