7 references to SwapIfGreaterWithValues
Microsoft.Build.Framework (7)
ArraySortHelper.cs (7)
746SwapIfGreaterWithValues(keys, values, comparer!, 0, 1); 752SwapIfGreaterWithValues(keys, values, comparer!, 0, 1); 753SwapIfGreaterWithValues(keys, values, comparer!, 0, 2); 754SwapIfGreaterWithValues(keys, values, comparer!, 1, 2); 788SwapIfGreaterWithValues(keys, values, comparer!, 0, middle); // swap the low with the mid point 789SwapIfGreaterWithValues(keys, values, comparer!, 0, hi); // swap the low with the high 790SwapIfGreaterWithValues(keys, values, comparer!, middle, hi); // swap the middle with the high