Method RecalculateILOffsets
RecalculateILOffsets(MethodDefinition)
Calculate updated instruction offsets. Required for certain manual fixes.
public static void RecalculateILOffsets(this MethodDefinition method)
Parameters
method
MethodDefinition- The method to recalculate the IL instruction offsets for.