16 references to IntrosortSizeThreshold
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Array.cs (4)
2715if (partitionSize <= IntrosortSizeThreshold) 2752Debug.Assert(hi - lo >= IntrosortSizeThreshold); 2928if (partitionSize <= IntrosortSizeThreshold) 2965Debug.Assert(hi - lo >= IntrosortSizeThreshold);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (12)
143if (partitionSize <= Array.IntrosortSizeThreshold) 181Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 419if (partitionSize <= Array.IntrosortSizeThreshold) 460Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 687if (partitionSize <= Array.IntrosortSizeThreshold) 725Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 916if (partitionSize <= Array.IntrosortSizeThreshold) 954Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 1212if (partitionSize <= Array.IntrosortSizeThreshold) 1249Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 1425if (partitionSize <= Array.IntrosortSizeThreshold) 1462Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold);