CSharpCodeBlock - [0..53)::53 - [try { bar(); } @* Foo *@ @* Bar *@ finally { biz(); }]
    CSharpTransition - [0..0)::0 - Gen<None> - SpanEditHandler;Accepts:None
        Transition;[<Missing>];
    CSharpStatementLiteral - [0..15)::15 - [try { bar(); } ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
        Keyword;[try];
        Whitespace;[ ];
        LeftBrace;[{];
        Whitespace;[ ];
        Identifier;[bar];
        LeftParenthesis;[(];
        RightParenthesis;[)];
        Semicolon;[;];
        Whitespace;[ ];
        RightBrace;[}];
        Whitespace;[ ];
    RazorComment - [15..24)::9
        RazorCommentTransition;[@];
        RazorCommentStar;[*];
        RazorCommentLiteral;[ Foo ];
        RazorCommentStar;[*];
        RazorCommentTransition;[@];
    CSharpStatementLiteral - [24..25)::1 - [ ] - Gen<Stmt> - SpanEditHandler;Accepts:Any
        Whitespace;[ ];
    RazorComment - [25..34)::9
        RazorCommentTransition;[@];
        RazorCommentStar;[*];
        RazorCommentLiteral;[ Bar ];
        RazorCommentStar;[*];
        RazorCommentTransition;[@];
    CSharpStatementLiteral - [34..53)::19 - [ finally { biz(); }] - Gen<Stmt> - SpanEditHandler;Accepts:None
        Whitespace;[ ];
        Keyword;[finally];
        Whitespace;[ ];
        LeftBrace;[{];
        Whitespace;[ ];
        Identifier;[biz];
        LeftParenthesis;[(];
        RightParenthesis;[)];
        Semicolon;[;];
        Whitespace;[ ];
        RightBrace;[}];
