src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (7)
921SwapIfGreaterWithValues(keys, values, 0, 1);
927SwapIfGreaterWithValues(keys, values, 0, 1);
928SwapIfGreaterWithValues(keys, values, 0, 2);
929SwapIfGreaterWithValues(keys, values, 1, 2);
962SwapIfGreaterWithValues(keys, values, 0, middle); // swap the low with the mid point
963SwapIfGreaterWithValues(keys, values, 0, hi); // swap the low with the high
964SwapIfGreaterWithValues(keys, values, middle, hi); // swap the middle with the high