2 instantiations of PinnedBlockMemoryPool
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpServer.cs (1)
24
private readonly MemoryPool<byte> _memoryPool = new
PinnedBlockMemoryPool
();
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
19
return new
PinnedBlockMemoryPool
();
2 references to PinnedBlockMemoryPool
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs (2)
13
internal MemoryPoolBlock(
PinnedBlockMemoryPool
pool, int length)
25
public
PinnedBlockMemoryPool
Pool { get; }