12 references to IntrosortSizeThreshold
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Array.cs (4)
2342if (partitionSize <= IntrosortSizeThreshold) 2379Debug.Assert(hi - lo >= IntrosortSizeThreshold); 2559if (partitionSize <= IntrosortSizeThreshold) 2596Debug.Assert(hi - lo >= IntrosortSizeThreshold);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (8)
143if (partitionSize <= Array.IntrosortSizeThreshold) 181Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 419if (partitionSize <= Array.IntrosortSizeThreshold) 460Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 688if (partitionSize <= Array.IntrosortSizeThreshold) 726Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 917if (partitionSize <= Array.IntrosortSizeThreshold) 955Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold);