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