Hi, On Thu, May 19, 2011 at 11:49 AM, srcKode <[email protected]> wrote: > srcIns = Instruction.Create(ins.OpCode, > ((VariableDefinition)ins.Operand));
Then this is incorrect. You have to get the VariableDefinition from the new method body, not from the cloned method body. Jb -- -- mono-cecil
