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