src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (7)
1216SwapIfGreater(keys, comparer, 0, 1);
1222SwapIfGreater(keys, comparer, 0, 1);
1223SwapIfGreater(keys, comparer, 0, 2);
1224SwapIfGreater(keys, comparer, 1, 2);
1258SwapIfGreater(keys, comparer, 0, middle); // swap the low with the mid point
1259SwapIfGreater(keys, comparer, 0, hi); // swap the low with the high
1260SwapIfGreater(keys, comparer, middle, hi); // swap the middle with the high