10 references to SwapIfGreaterWithItems
mscorlib (10)
system\array.cs (10)
2353SwapIfGreaterWithItems(i, middle); // swap the low with the mid point
2354SwapIfGreaterWithItems(i, j); // swap the low with the high
2355SwapIfGreaterWithItems(middle, j); // swap the middle with the high
2448SwapIfGreaterWithItems(lo, hi);
2453SwapIfGreaterWithItems(lo, hi-1);
2454SwapIfGreaterWithItems(lo, hi);
2455SwapIfGreaterWithItems(hi-1, hi);
2481SwapIfGreaterWithItems(lo, mid);
2482SwapIfGreaterWithItems(lo, hi);
2483SwapIfGreaterWithItems(mid, hi);