6 references to PinnedBlockMemoryPoolFactory
InMemory.FunctionalTests (6)
Http2\Http2TestBase.cs (1)
115private readonly MemoryPool<byte> _memoryPool = PinnedBlockMemoryPoolFactory.Create();
KestrelMetricsTests.cs (2)
277MemoryPoolFactory = PinnedBlockMemoryPoolFactory.CreatePinnedBlockMemoryPool, 617MemoryPoolFactory = PinnedBlockMemoryPoolFactory.CreatePinnedBlockMemoryPool
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
77internal readonly MemoryPool<byte> _memoryPool = PinnedBlockMemoryPoolFactory.Create();
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
96memoryPool ?? PinnedBlockMemoryPoolFactory.Create(),
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
76public Func<MemoryPool<byte>> MemoryPoolFactory { get; set; } = System.Buffers.PinnedBlockMemoryPoolFactory.Create;