8 references to PinnedBlockMemoryPoolFactory
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (8)
Http1\Http1ConnectionTestsBase.cs (1)
34_pipelineFactory = PinnedBlockMemoryPoolFactory.Create();
Http1\Http1OutputProducerTests.cs (1)
24_memoryPool = PinnedBlockMemoryPoolFactory.Create();
HttpResponseHeadersTests.cs (1)
27using (var memoryPool = PinnedBlockMemoryPoolFactory.Create())
PipelineExtensionTests.cs (1)
20private readonly MemoryPool<byte> _memoryPool = PinnedBlockMemoryPoolFactory.Create();
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
91memoryPool ?? PinnedBlockMemoryPoolFactory.Create(),
src\Servers\Kestrel\shared\test\TestServiceContext.cs (1)
73public Func<MemoryPool<byte>> MemoryPoolFactory { get; set; } = System.Buffers.PinnedBlockMemoryPoolFactory.Create;
StartLineTests.cs (1)
518MemoryPool = PinnedBlockMemoryPoolFactory.Create();
TestHelpers\TestInput.cs (1)
27_memoryPool = PinnedBlockMemoryPoolFactory.Create();