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