RazorDocument - [0..63)::63 - [@if(foo) { bar(); } @* Foo *@ @* Bar *@ else if(bar) { baz(); }]
    MarkupBlock - [0..63)::63
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..63)::63
            CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                Transition;[@];
            CSharpStatementLiteral - [1..20)::19 - [if(foo) { bar(); } ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[bar];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
                Whitespace;[ ];
            RazorComment - [20..29)::9
                RazorCommentTransition;[@];
                RazorCommentStar;[*];
                RazorCommentLiteral;[ Foo ];
                RazorCommentStar;[*];
                RazorCommentTransition;[@];
            CSharpStatementLiteral - [29..30)::1 - [ ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Whitespace;[ ];
            RazorComment - [30..39)::9
                RazorCommentTransition;[@];
                RazorCommentStar;[*];
                RazorCommentLiteral;[ Bar ];
                RazorCommentStar;[*];
                RazorCommentTransition;[@];
            CSharpStatementLiteral - [39..63)::24 - [ else if(bar) { baz(); }] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Whitespace;[ ];
                Keyword;[else];
                Whitespace;[ ];
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[bar];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[baz];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
