12 references to IntrosortSizeThreshold
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Array.cs (4)
2323if (partitionSize <= IntrosortSizeThreshold) 2360Debug.Assert(hi - lo >= IntrosortSizeThreshold); 2540if (partitionSize <= IntrosortSizeThreshold) 2577Debug.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); 687if (partitionSize <= Array.IntrosortSizeThreshold) 725Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold); 916if (partitionSize <= Array.IntrosortSizeThreshold) 954Debug.Assert(keys.Length >= Array.IntrosortSizeThreshold);