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