1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
ChunkWriterBenchmark.cs (1)
23
_memoryPool
= PinnedBlockMemoryPoolFactory.Create();
2 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
ChunkWriterBenchmark.cs (2)
24
var pipe = new Pipe(new PipeOptions(
_memoryPool
));
59
_memoryPool
.Dispose();