﻿RazorDocument - [0..28)::28 - [@if(foo)) { var bar = foo; }]
    MarkupBlock - [0..28)::28
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..10)::10
            CSharpTransition - [0..1)::1 - Gen<None>
                Transition;[@];
            CSharpStatementLiteral - [1..10)::9 - [if(foo)) ] - Gen<Stmt>
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                RightParenthesis;[)];
                Whitespace;[ ];
        MarkupTextLiteral - [10..28)::18 - [{ var bar = foo; }] - Gen<Markup>
            Text;[{];
            Whitespace;[ ];
            Text;[var];
            Whitespace;[ ];
            Text;[bar];
            Whitespace;[ ];
            Equals;[=];
            Whitespace;[ ];
            Text;[foo;];
            Whitespace;[ ];
            Text;[}];
    EndOfFile;[];
