﻿RazorDocument - [0..28)::28 - [@if(foo) { @@@@class.Foo() }]
    MarkupBlock - [0..28)::28
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..28)::28
            CSharpTransition - [0..1)::1 - Gen<None>
                Transition;[@];
            CSharpStatementLiteral - [1..11)::10 - [if(foo) { ] - Gen<Stmt>
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
            CSharpEphemeralTextLiteral - [11..12)::1 - [@] - Gen<None>
                Transition;[@];
            CSharpStatementLiteral - [12..28)::16 - [@@@class.Foo() }] - Gen<Stmt>
                Transition;[@];
                Transition;[@];
                Identifier;[@class];
                Dot;[.];
                Identifier;[Foo];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Whitespace;[ ];
                RightBrace;[}];
    EndOfFile;[];
