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