2 instantiations of MemoryPoolFeature
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (2)
1228
context.Features.Set<IMemoryPoolFeature>(new
MemoryPoolFeature
() { MemoryPool = memoryPool });
1240
context.Features.Set<IMemoryPoolFeature>(new
MemoryPoolFeature
() { MemoryPool = memoryPool });