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