6 references to IntrosortSizeThreshold
mscorlib (6)
system\array.cs (2)
2123
if (partitionSize <= IntrospectiveSortUtilities.
IntrosortSizeThreshold
)
2440
if (partitionSize <= IntrospectiveSortUtilities.
IntrosortSizeThreshold
)
system\collections\generic\arraysorthelper.cs (4)
318
if (partitionSize <= IntrospectiveSortUtilities.
IntrosortSizeThreshold
)
717
if (partitionSize <= IntrospectiveSortUtilities.
IntrosortSizeThreshold
)
1076
if (partitionSize <= IntrospectiveSortUtilities.
IntrosortSizeThreshold
)
1431
if (partitionSize <= IntrospectiveSortUtilities.
IntrosortSizeThreshold
)