7 references to SwapIfGreaterWithValues
Microsoft.CodeAnalysis.Collections.Package (7)
Internal\ArraySortHelper.cs (7)
989SwapIfGreaterWithValues(keys, values, 0, 1);
995SwapIfGreaterWithValues(keys, values, 0, 1);
996SwapIfGreaterWithValues(keys, values, 0, 2);
997SwapIfGreaterWithValues(keys, values, 1, 2);
1030SwapIfGreaterWithValues(keys, values, 0, middle); // swap the low with the mid point
1031SwapIfGreaterWithValues(keys, values, 0, hi); // swap the low with the high
1032SwapIfGreaterWithValues(keys, values, middle, hi); // swap the middle with the high