8 references to IntrosortSizeThreshold
Microsoft.CodeAnalysis.CodeStyle (8)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (8)
154if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 192Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 433if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 474Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 745if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 783Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold); 984if (partitionSize <= SegmentedArrayHelper.IntrosortSizeThreshold) 1022Debug.Assert(keys.Length >= SegmentedArrayHelper.IntrosortSizeThreshold);