﻿RazorDocument - [0..53)::53 - [@try { someMethod(); } catch(Exception) when (true) {]
    MarkupBlock - [0..53)::53
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..53)::53
            CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                Transition;[@];
            CSharpStatementLiteral - [1..53)::52 - [try { someMethod(); } catch(Exception) when (true) {] - Gen<Stmt> - SpanEditHandler;Accepts:Any
                Keyword;[try];
                Whitespace;[ ];
                LeftBrace;[{];
                Whitespace;[ ];
                Identifier;[someMethod];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
                Whitespace;[ ];
                Keyword;[catch];
                LeftParenthesis;[(];
                Identifier;[Exception];
                RightParenthesis;[)];
                Whitespace;[ ];
                Keyword;[when];
                Whitespace;[ ];
                LeftParenthesis;[(];
                Keyword;[true];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
    EndOfFile;[];
