3 references to CalculateSegmentSize
Microsoft.Build.Framework (3)
SegmentedArrayHelper.cs (3)
127=> SegmentedArrayHelper.CalculateSegmentSize(elementSize); 138public static readonly int SegmentSize = CalculateSegmentSize(Unsafe.SizeOf<object>()); 145public static readonly int SegmentSize = CalculateSegmentSize(Unsafe.SizeOf<T>());