1 write to MemoryPoolFactory
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (1)
171
MemoryPoolFactory
= new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.CreatePinnedBlockMemoryPool()),
2 references to MemoryPoolFactory
Sockets.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (2)
81
if (context.
MemoryPoolFactory
!= null)
83
services.AddSingleton<IMemoryPoolFactory<byte>>(context.
MemoryPoolFactory
);