RazorDocument - [0..48)::48 - [@if(foo) {LF    // bar } " baz 'LF    zoop();LF}]
    MarkupBlock - [0..48)::48
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..48)::48
            CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                Transition;[@];
            CSharpStatementLiteral - [1..48)::47 - [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 } " baz '];
                NewLine;[LF];
                Whitespace;[    ];
                Identifier;[zoop];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                NewLine;[LF];
                RightBrace;[}];
