3 references to DepthLimitedQuickSort
mscorlib (3)
system\collections\generic\arraysorthelper.cs (3)
499DepthLimitedQuickSort(keys, index, length + index - 1, IntrospectiveSortUtilities.QuickSortDepthThreshold); 683if (left < j) DepthLimitedQuickSort(keys, left, j, depthLimit); 688if (i < right) DepthLimitedQuickSort(keys, i, right, depthLimit);