RazorDocument - [0..55)::55 - [@if(foo) {LF    /* bar } " */ ' baz } 'LF    zoop();LF}]
    MarkupBlock - [0..55)::55
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..55)::55
            CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                Transition;[@];
            CSharpStatementLiteral - [1..55)::54 - [if(foo) {LF    /* bar } " */ ' baz } 'LF    zoop();LF}] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
                NewLine;[LF];
                Whitespace;[    ];
                CSharpComment;[/* bar } " */];
                Whitespace;[ ];
                CharacterLiteral;[' baz } '];
                NewLine;[LF];
                Whitespace;[    ];
                Identifier;[zoop];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                NewLine;[LF];
                RightBrace;[}];
