﻿RazorDocument - [0..79)::79 - [@if(foo) { bar(); } else if(bar) { baz(); } @* Foo *@ @* Bar *@ else { baz(); }]
    MarkupBlock - [0..79)::79
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..79)::79
            CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                Transition;[@];
            CSharpStatementLiteral - [1..44)::43 - [if(foo) { bar(); } else if(bar) { baz(); } ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[bar];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
                Whitespace;[ ];
                Keyword;[else];
                Whitespace;[ ];
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[bar];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[baz];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
                Whitespace;[ ];
            RazorComment - [44..53)::9
                RazorCommentTransition;[@];
                RazorCommentStar;[*];
                RazorCommentLiteral;[ Foo ];
                RazorCommentStar;[*];
                RazorCommentTransition;[@];
            CSharpStatementLiteral - [53..54)::1 - [ ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Whitespace;[ ];
            RazorComment - [54..63)::9
                RazorCommentTransition;[@];
                RazorCommentStar;[*];
                RazorCommentLiteral;[ Bar ];
                RazorCommentStar;[*];
                RazorCommentTransition;[@];
            CSharpStatementLiteral - [63..79)::16 - [ else { baz(); }] - Gen<Stmt> - SpanEditHandler;Accepts:None
                Whitespace;[ ];
                Keyword;[else];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[baz];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
        MarkupTextLiteral - [79..79)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
    EndOfFile;[];
