public override Expression CloneExpressionOnly()
 {
     stackVariable9 = new DelegateCreationExpression(this.get_Type(), this.get_MethodExpression().CloneExpressionOnly(), this.get_Target().CloneExpressionOnly(), null);
     stackVariable9.set_TypeIsImplicitlyInferable(this.get_TypeIsImplicitlyInferable());
     return(stackVariable9);
 }
 public override Expression Clone()
 {
     stackVariable10 = new DelegateCreationExpression(this.get_Type(), this.get_MethodExpression().Clone(), this.get_Target().Clone(), this.instructions);
     stackVariable10.set_TypeIsImplicitlyInferable(this.get_TypeIsImplicitlyInferable());
     return(stackVariable10);
 }