﻿RazorDocument - [0..26)::26 - [@if(foo) { @@class.Foo() }]
    MarkupBlock - [0..26)::26
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..26)::26
            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..26)::14 - [@class.Foo() }] - Gen<Stmt>
                Transition;[@];
                Keyword;[class];
                Dot;[.];
                Identifier;[Foo];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Whitespace;[ ];
                RightBrace;[}];
    EndOfFile;[];
