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