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