public override Statement CloneStatementOnly()
 {
     if (this.body != null)
     {
         stackVariable5 = this.body.CloneStatementOnly() as BlockStatement;
     }
     else
     {
         stackVariable5 = null;
     }
     V_1 = new DoWhileStatement(this.get_Condition().CloneExpressionOnly(), stackVariable5);
     V_1.set_ConditionBlock(null);
     this.CopyParentAndLabel(V_1);
     return(V_1);
 }