﻿RazorDocument - [0..67)::67 - [@try { someMethod(); } catch(Exception) when (true) { handleIO(); }]
    MarkupBlock - [0..67)::67
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup> - SpanEditHandler;Accepts:Any
            Marker;[];
        CSharpCodeBlock - [0..67)::67
            CSharpTransition - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                Transition;[@];
            CSharpStatementLiteral - [1..67)::66 - [try { someMethod(); } catch(Exception) when (true) { handleIO(); }] - 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;[{];
                Whitespace;[ ];
                Identifier;[handleIO];
                LeftParenthesis;[(];
                RightParenthesis;[)];
                Semicolon;[;];
                Whitespace;[ ];
                RightBrace;[}];
    EndOfFile;[];
