1 write to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
StartLineTests.cs (1)
522MemoryPool = TestMemoryPoolFactory.Create();
3 references to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
StartLineTests.cs (3)
523var options = new PipeOptions(MemoryPool, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false); 538memoryPool: MemoryPool, 552MemoryPool.Dispose();