﻿RazorDocument - [0..25)::25 - [@if(foo) { @::SometextLF}]
    MarkupBlock - [0..25)::25
        MarkupTextLiteral - [0..0)::0 - [] - Gen<Markup>
            Marker;[];
        CSharpCodeBlock - [0..25)::25
            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..24)::14
                MarkupTextLiteral - [10..11)::1 - [ ] - Gen<Markup>
                    Whitespace;[ ];
                MarkupTransition - [11..12)::1 - Gen<None>
                    Transition;[@];
                RazorMetaCode - [12..13)::1 - Gen<None>
                    Colon;[:];
                MarkupTextLiteral - [13..24)::11 - [:SometextLF] - Gen<Markup>
                    Text;[:Sometext];
                    NewLine;[LF];
            CSharpStatementLiteral - [24..25)::1 - [}] - Gen<Stmt>
                RightBrace;[}];
    EndOfFile;[];
