7 references to SwapIfGreaterWithValues
Microsoft.CodeAnalysis.InteractiveHost (7)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (7)
750SwapIfGreaterWithValues(keys, values, comparer!, 0, 1); 756SwapIfGreaterWithValues(keys, values, comparer!, 0, 1); 757SwapIfGreaterWithValues(keys, values, comparer!, 0, 2); 758SwapIfGreaterWithValues(keys, values, comparer!, 1, 2); 792SwapIfGreaterWithValues(keys, values, comparer!, 0, middle); // swap the low with the mid point 793SwapIfGreaterWithValues(keys, values, comparer!, 0, hi); // swap the low with the high 794SwapIfGreaterWithValues(keys, values, comparer!, middle, hi); // swap the middle with the high