3 references to WrappingMemoryPoolFactory
InMemory.FunctionalTests (3)
KestrelMetricsTests.cs (2)
276MemoryPoolFactory = new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.CreatePinnedBlockMemoryPool()), 615MemoryPoolFactory = new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.CreatePinnedBlockMemoryPool())
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
77public IMemoryPoolFactory<byte> MemoryPoolFactory { get; set; } = new WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.Create());