8 references to IntrosortSizeThreshold
Microsoft.CodeAnalysis.Collections.Package (8)
Internal\ArraySortHelper.cs (8)
152if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 190Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 431if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 472Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 743if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 781Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 982if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 1020Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold);