6 references to PinnedBlockMemoryPoolFactory
InMemory.FunctionalTests (6)
Http2\Http2TestBase.cs (1)
115
private readonly MemoryPool<byte> _memoryPool =
PinnedBlockMemoryPoolFactory
.Create();
KestrelMetricsTests.cs (2)
277
MemoryPoolFactory =
PinnedBlockMemoryPoolFactory
.CreatePinnedBlockMemoryPool,
617
MemoryPoolFactory =
PinnedBlockMemoryPoolFactory
.CreatePinnedBlockMemoryPool
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;