﻿RazorDocument - [0..18)::18 - [@if(foo) { @foo. }]
    MarkupBlock - [0..18)::18
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..18)::18
            CSharpTransition - [0..1)::1 - Gen<None>
                Transition;[@];
            CSharpStatementLiteral - [1..11)::10 - [if(foo) { ] - Gen<Stmt>
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
            CSharpCodeBlock - [11..16)::5
                CSharpImplicitExpression - [11..16)::5
                    CSharpTransition - [11..12)::1 - Gen<None>
                        Transition;[@];
                    CSharpImplicitExpressionBody - [12..16)::4
                        CSharpCodeBlock - [12..16)::4
                            CSharpExpressionLiteral - [12..16)::4 - [foo.] - Gen<Expr>
                                Identifier;[foo];
                                Dot;[.];
            CSharpStatementLiteral - [16..18)::2 - [ }] - Gen<Stmt>
                Whitespace;[ ];
                RightBrace;[}];
    EndOfFile;[];
