7 references to SwapIfGreaterWithValues
Microsoft.CodeAnalysis (7)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (7)
987SwapIfGreaterWithValues(keys, values, 0, 1); 993SwapIfGreaterWithValues(keys, values, 0, 1); 994SwapIfGreaterWithValues(keys, values, 0, 2); 995SwapIfGreaterWithValues(keys, values, 1, 2); 1028SwapIfGreaterWithValues(keys, values, 0, middle); // swap the low with the mid point 1029SwapIfGreaterWithValues(keys, values, 0, hi); // swap the low with the high 1030SwapIfGreaterWithValues(keys, values, middle, hi); // swap the middle with the high