public override Telerik.JustDecompiler.Ast.Expressions.Expression CloneExpressionOnly()
 {
     stackVariable7 = new InitializerExpression(this.get_Expression().Clone() as BlockExpression, this.get_InitializerType(), null);
     stackVariable7.set_IsMultiLine(this.get_IsMultiLine());
     return(stackVariable7);
 }
 public override Telerik.JustDecompiler.Ast.Expressions.Expression Clone()
 {
     stackVariable8 = new InitializerExpression(this.get_Expression().Clone() as BlockExpression, this.get_InitializerType(), this.instructions);
     stackVariable8.set_IsMultiLine(this.get_IsMultiLine());
     return(stackVariable8);
 }