1 write to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
StartLineTests.cs (1)
518MemoryPool = PinnedBlockMemoryPoolFactory.Create();
3 references to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
StartLineTests.cs (3)
519var options = new PipeOptions(MemoryPool, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false); 534memoryPool: MemoryPool, 548MemoryPool.Dispose();