src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (7)
148SwapIfGreater(keys, comparer, 0, 1);
154SwapIfGreater(keys, comparer, 0, 1);
155SwapIfGreater(keys, comparer, 0, 2);
156SwapIfGreater(keys, comparer, 1, 2);
190SwapIfGreater(keys, comparer, 0, middle); // swap the low with the mid point
191SwapIfGreater(keys, comparer, 0, hi); // swap the low with the high
192SwapIfGreater(keys, comparer, middle, hi); // swap the middle with the high