public SavedMethodBody(MethodDefinition method) { this.method = method; DotNetUtils.copyBody(method, out instructions, out exceptionHandlers); }