2 writes to MemoryPoolFactory
InMemory.FunctionalTests (2)
KestrelMetricsTests.cs (2)
276
MemoryPoolFactory
= new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.CreatePinnedBlockMemoryPool()),
615
MemoryPoolFactory
= new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.CreatePinnedBlockMemoryPool())
1 reference to MemoryPoolFactory
InMemory.FunctionalTests (1)
TestTransport\TestServer.cs (1)
73
_memoryPool = context.
MemoryPoolFactory
.Create();