public BlockStatement Process(DecompilationContext context, BlockStatement body) { theRebuilder = new AnonymousDelegateRebuilder(context, body); VisitBlockStatement(body); theRebuilder.CleanUpVariableCopyAssignments(); return(body); }
public BlockStatement Process(DecompilationContext context, BlockStatement body) { theRebuilder = new AnonymousDelegateRebuilder(context, body); VisitBlockStatement(body); theRebuilder.CleanUpVariableCopyAssignments(); return body; }