7 references to SwapIfGreater
Microsoft.Build.Framework (7)
ArraySortHelper.cs (7)
152SwapIfGreater(keys, comparer!, 0, 1); 158SwapIfGreater(keys, comparer!, 0, 1); 159SwapIfGreater(keys, comparer!, 0, 2); 160SwapIfGreater(keys, comparer!, 1, 2); 194SwapIfGreater(keys, comparer!, 0, middle); // swap the low with the mid point 195SwapIfGreater(keys, comparer!, 0, hi); // swap the low with the high 196SwapIfGreater(keys, comparer!, middle, hi); // swap the middle with the high