1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http2\Http2FrameWriterBenchmark.cs (1)
27
_memoryPool
= PinnedBlockMemoryPoolFactory.Create();
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http2\Http2FrameWriterBenchmark.cs (3)
29
var options = new PipeOptions(
_memoryPool
, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false);
45
_memoryPool
,
79
_memoryPool
?.Dispose();