3 references to DepthLimitedQuickSort
mscorlib (3)
system\array.cs (3)
1996
DepthLimitedQuickSort
(left, length + left - 1, IntrospectiveSortUtilities.QuickSortDepthThreshold);
2088
if (left < j)
DepthLimitedQuickSort
(left, j, depthLimit);
2093
if (i < right)
DepthLimitedQuickSort
(i, right, depthLimit);