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)
48
var options = new PipeOptions(
_memoryPool
, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false);
86
memoryPool:
_memoryPool
,
190
_memoryPool
?.Dispose();