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