1 instantiation of PinnedBlockMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
19return new PinnedBlockMemoryPool();
2 references to PinnedBlockMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs (2)
13internal MemoryPoolBlock(PinnedBlockMemoryPool pool, int length) 25public PinnedBlockMemoryPool Pool { get; }