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