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