10 references to SwapIfGreaterWithItems
mscorlib (10)
system\array.cs (10)
2037SwapIfGreaterWithItems(i, middle); // swap the low with the mid point 2038SwapIfGreaterWithItems(i, j); // swap the low with the high 2039SwapIfGreaterWithItems(middle, j); // swap the middle with the high 2131SwapIfGreaterWithItems(lo, hi); 2136SwapIfGreaterWithItems(lo, hi-1); 2137SwapIfGreaterWithItems(lo, hi); 2138SwapIfGreaterWithItems(hi-1, hi); 2164SwapIfGreaterWithItems(lo, mid); 2165SwapIfGreaterWithItems(lo, hi); 2166SwapIfGreaterWithItems(mid, hi);