CIL stack exchange instruction
No. The only way to swap elements is to pop the top two elements to locals, then push them in reverse order.
There is no single instruction exchange. However, using stloc, pop, and ldloc, you should be able to accomplish your exchange.