﻿RazorDocument - [0..26)::26 - [@if(foo) { @:::SometextLF}]
    MarkupBlock - [0..26)::26
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..26)::26
            CSharpTransition - [0..1)::1 - Gen<None>
                Transition;[@];
            CSharpStatementLiteral - [1..10)::9 - [if(foo) {] - Gen<Stmt>
                Keyword;[if];
                LeftParenthesis;[(];
                Identifier;[foo];
                RightParenthesis;[)];
                Whitespace;[ ];
                LeftBrace;[{];
            MarkupBlock - [10..25)::15
                MarkupTextLiteral - [10..11)::1 - [ ] - Gen<Markup>
                    Whitespace;[ ];
                MarkupTransition - [11..12)::1 - Gen<None>
                    Transition;[@];
                RazorMetaCode - [12..13)::1 - Gen<None>
                    Colon;[:];
                MarkupTextLiteral - [13..25)::12 - [::SometextLF] - Gen<Markup>
                    Text;[::Sometext];
                    NewLine;[LF];
            CSharpStatementLiteral - [25..26)::1 - [}] - Gen<Stmt>
                RightBrace;[}];
    EndOfFile;[];
