1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1LargeWritingBenchmark.cs (1)
31
_memoryPool
= PinnedBlockMemoryPoolFactory.Create();
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1LargeWritingBenchmark.cs (3)
67
var options = new PipeOptions(
_memoryPool
, useSynchronizationContext: false);
81
memoryPool:
_memoryPool
,
112
_memoryPool
?.Dispose();