1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1ReadingBenchmark.cs (1)
38
_memoryPool
= PinnedBlockMemoryPoolFactory.Create();
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1ReadingBenchmark.cs (3)
96
var options = new PipeOptions(
_memoryPool
, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false);
110
memoryPool:
_memoryPool
,
142
_memoryPool
?.Dispose();