1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
RequestParsingBenchmark.cs (1)
27
_memoryPool
= PinnedBlockMemoryPoolFactory.Create();
4 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
RequestParsingBenchmark.cs (4)
28
var options = new PipeOptions(
_memoryPool
, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false);
40
memoryPool:
_memoryPool
,
49
Pipe = new Pipe(new PipeOptions(
_memoryPool
));
208
_memoryPool
.Dispose();