Method FixShortLongOps
FixShortLongOps(MethodDefinition)
Fix (and optimize) any instructions which should use the long / short form opcodes instead.
public static void FixShortLongOps(this MethodDefinition method)
Parameters
method
MethodDefinition- The method to apply the fixes to.