﻿RazorDocument - [0..55)::55 - [@if(foo) { bar(); } @* Foo *@ @* Bar *@ else { baz(); }]
    MarkupBlock - [0..55)::55
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..55)::55
            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..55)::16 - [ else { baz(); }] - Gen<Stmt> - SpanEditHandler;Accepts:None
                Whitespace;[ ];
                Keyword;[else];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[baz];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
        MarkupTextLiteral - [55..55)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
    EndOfFile;[];
