2 references to DiagnosticMemoryPoolFactory
Sockets.FunctionalTests (2)
src\Servers\Kestrel\test\FunctionalTests\MaxRequestBufferSizeTests.cs (2)
133
var memoryPoolFactory = new
DiagnosticMemoryPoolFactory
(allowLateReturn: true);
226
var memoryPoolFactory = new
DiagnosticMemoryPoolFactory
(allowLateReturn: true);