CSharpCodeBlock - [0..52)::52 - [(foo"b)ar" if(condition) { string.Format("{0}"); } )]
    CSharpExplicitExpression - [0..52)::52
        CSharpTransition - [0..0)::0 - Gen<None> - SpanEditHandler;Accepts:None
            Transition;[<Missing>];
        CSharpExplicitExpressionBody - [0..52)::52
            RazorMetaCode - [0..1)::1 - Gen<None> - SpanEditHandler;Accepts:None
                LeftParenthesis;[(];
            CSharpCodeBlock - [1..51)::50
                CSharpExpressionLiteral - [1..51)::50 - [foo"b)ar" if(condition) { string.Format("{0}"); } ] - Gen<Expr> - SpanEditHandler;Accepts:Any
                    Identifier;[foo];
                    StringLiteral;["b)ar"];
                    Whitespace;[ ];
                    Keyword;[if];
                    LeftParenthesis;[(];
                    Identifier;[condition];
                    RightParenthesis;[)];
                    Whitespace;[ ];
                    LeftBrace;[{];
                    Whitespace;[ ];
                    Keyword;[string];
                    Dot;[.];
                    Identifier;[Format];
                    LeftParenthesis;[(];
                    StringLiteral;["{0}"];
                    RightParenthesis;[)];
                    Semicolon;[;];
                    Whitespace;[ ];
                    RightBrace;[}];
                    Whitespace;[ ];
            RazorMetaCode - [51..52)::1 - Gen<None> - SpanEditHandler;Accepts:None
                RightParenthesis;[)];
