src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (7)
692SwapIfGreaterWithValues(keys, values, comparer, 0, 1);
698SwapIfGreaterWithValues(keys, values, comparer, 0, 1);
699SwapIfGreaterWithValues(keys, values, comparer, 0, 2);
700SwapIfGreaterWithValues(keys, values, comparer, 1, 2);
734SwapIfGreaterWithValues(keys, values, comparer, 0, middle); // swap the low with the mid point
735SwapIfGreaterWithValues(keys, values, comparer, 0, hi); // swap the low with the high
736SwapIfGreaterWithValues(keys, values, comparer, middle, hi); // swap the middle with the high