8 references to IntrosortSizeThreshold
Microsoft.Build.Framework (8)
ArraySortHelper.cs (8)
147if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 185Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 425if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 466Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 741if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 779Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 982if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 1020Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold);