src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (7)
1429SwapIfGreaterWithValues(keys, values, comparer, 0, 1);
1435SwapIfGreaterWithValues(keys, values, comparer, 0, 1);
1436SwapIfGreaterWithValues(keys, values, comparer, 0, 2);
1437SwapIfGreaterWithValues(keys, values, comparer, 1, 2);
1471SwapIfGreaterWithValues(keys, values, comparer, 0, middle); // swap the low with the mid point
1472SwapIfGreaterWithValues(keys, values, comparer, 0, hi); // swap the low with the high
1473SwapIfGreaterWithValues(keys, values, comparer, middle, hi); // swap the middle with the high