Pay attention to IL_0129, the leave instruction at the end of the Try block. Compared to IL when only Prefix is applied the operand is changed completely and points at the wrong label.
The transpiler returns instructions as they were and prefix patch method is empty. Decompiled method code for reference.
Pay attention to
IL_0129
, theleave
instruction at the end of the Try block. Compared to IL when only Prefix is applied the operand is changed completely and points at the wrong label.The transpiler returns instructions as they were and prefix patch method is empty. Decompiled method code for reference.
IL with transpiler applied:
IL with just Prefix:
Decompiled method: