﻿RazorDocument - [0..25)::25 - [@if(foo) { @(foo + bar) }]
    MarkupBlock - [0..25)::25
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..25)::25
            CSharpTransition - [0..1)::1 - Gen<None>
                Transition;[@];
            CSharpStatementLiteral - [1..11)::10 - [if(foo) { ] - Gen<Stmt>
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
            CSharpCodeBlock - [11..23)::12
                CSharpExplicitExpression - [11..23)::12
                    CSharpTransition - [11..12)::1 - Gen<None>
                        Transition;[@];
                    CSharpExplicitExpressionBody - [12..23)::11
                        RazorMetaCode - [12..13)::1 - Gen<None>
                            LeftParenthesis;[(];
                        CSharpCodeBlock - [13..22)::9
                            CSharpExpressionLiteral - [13..22)::9 - [foo + bar] - Gen<Expr>
                                Identifier;[foo];
                                Whitespace;[ ];
                                CSharpOperator;[+];
                                Whitespace;[ ];
                                Identifier;[bar];
                        RazorMetaCode - [22..23)::1 - Gen<None>
                            RightParenthesis;[)];
            CSharpStatementLiteral - [23..25)::2 - [ }] - Gen<Stmt>
                Whitespace;[ ];
                RightBrace;[}];
    EndOfFile;[];
