2 references to CalculateSegmentSize
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Collections\Internal\SegmentedArrayHelper.cs (2)
188=> SegmentedArrayHelper.CalculateSegmentSize(elementSize); 200public static readonly int SegmentSize = CalculateSegmentSize(Unsafe.SizeOf<T>());