2 references to BlockSize
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketConnection.cs (1)
15private static readonly int MinAllocBufferSize = PinnedBlockMemoryPool.BlockSize / 2;
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
66return new MemoryPoolBlock(this, BlockSize);