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