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