1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TestHelpers\TestInput.cs (1)
27_memoryPool = PinnedBlockMemoryPoolFactory.Create();
3 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
TestHelpers\TestInput.cs (3)
28var options = new PipeOptions(pool: _memoryPool, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false); 44memoryPool: _memoryPool, 83_memoryPool.Dispose();