CSharpCodeBlock - [0..55)::55 - [try { bar(); }@* Foo *@ @* Bar *@ catch(bar) { baz(); }]
    CSharpTransition - [0..0)::0 - Gen<None> - SpanEditHandler;Accepts:None
        Transition;[<Missing>];
    CSharpStatementLiteral - [0..14)::14 - [try { bar(); }] - Gen<Stmt> - SpanEditHandler;Accepts:Any
        Keyword;[try];
        Whitespace;[ ];
        LeftBrace;[{];
        Whitespace;[ ];
        Identifier;[bar];
        LeftParenthesis;[(];
        RightParenthesis;[)];
        Semicolon;[;];
        Whitespace;[ ];
        RightBrace;[}];
    RazorComment - [14..23)::9
        RazorCommentTransition;[@];
        RazorCommentStar;[*];
        RazorCommentLiteral;[ Foo ];
        RazorCommentStar;[*];
        RazorCommentTransition;[@];
    CSharpStatementLiteral - [23..24)::1 - [ ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
        Whitespace;[ ];
    RazorComment - [24..33)::9
        RazorCommentTransition;[@];
        RazorCommentStar;[*];
        RazorCommentLiteral;[ Bar ];
        RazorCommentStar;[*];
        RazorCommentTransition;[@];
    CSharpStatementLiteral - [33..55)::22 - [ catch(bar) { baz(); }] - Gen<Stmt> - SpanEditHandler;Accepts:Any
        Whitespace;[ ];
        Keyword;[catch];
        LeftParenthesis;[(];
        Identifier;[bar];
        RightParenthesis;[)];
        Whitespace;[ ];
        LeftBrace;[{];
        Whitespace;[ ];
        Identifier;[baz];
        LeftParenthesis;[(];
        RightParenthesis;[)];
        Semicolon;[;];
        Whitespace;[ ];
        RightBrace;[}];
