﻿Document - 
    RazorCompiledItemAttribute - 
    CSharpCode - 
        IntermediateToken -  - CSharp - [assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(@"/TestFiles/IntegrationTests/CodeGenerationIntegrationTest/PageWithNamespace.cshtml", typeof(Test.Namespace.TestFiles_IntegrationTests_CodeGenerationIntegrationTest_PageWithNamespace), null)]
    NamespaceDeclaration -  - Test.Namespace
        UsingDirective - (1:0,1 [14] ) - System
        UsingDirective - (16:1,1 [34] ) - System.Collections.Generic
        UsingDirective - (51:2,1 [19] ) - System.Linq
        UsingDirective - (71:3,1 [30] ) - System.Threading.Tasks
        UsingDirective - (102:4,1 [32] ) - Microsoft.AspNetCore.Mvc
        UsingDirective - (135:5,1 [42] ) - Microsoft.AspNetCore.Mvc.Rendering
        UsingDirective - (178:6,1 [45] ) - Microsoft.AspNetCore.Mvc.ViewFeatures
        RazorSourceChecksumAttribute - 
        ClassDeclaration -  - public - TestFiles_IntegrationTests_CodeGenerationIntegrationTest_PageWithNamespace - global::Microsoft.AspNetCore.Mvc.RazorPages.Page - 
            MethodDeclaration -  - public async override - global::System.Threading.Tasks.Task - ExecuteAsync
                CSharpCode - 
                    IntermediateToken -  - CSharp - BeginContext(34, 20, true);
                HtmlContent - (34:2,0 [20] PageWithNamespace.cshtml)
                    LazyIntermediateToken - (34:2,0 [3] PageWithNamespace.cshtml) - Html - <h1
                    LazyIntermediateToken - (37:2,3 [1] PageWithNamespace.cshtml) - Html - >
                    LazyIntermediateToken - (38:2,4 [9] PageWithNamespace.cshtml) - Html - Hi There!
                    LazyIntermediateToken - (47:2,13 [5] PageWithNamespace.cshtml) - Html - </h1>
                    LazyIntermediateToken - (52:2,18 [2] PageWithNamespace.cshtml) - Html - \n
                CSharpCode - 
                    IntermediateToken -  - CSharp - EndContext();
            Inject - 
            Inject - 
            Inject - 
            Inject - 
            Inject - 
            CSharpCode - 
                IntermediateToken -  - CSharp - public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TestFiles_IntegrationTests_CodeGenerationIntegrationTest_PageWithNamespace> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TestFiles_IntegrationTests_CodeGenerationIntegrationTest_PageWithNamespace>)PageContext?.ViewData;
            CSharpCode - 
                IntermediateToken -  - CSharp - public TestFiles_IntegrationTests_CodeGenerationIntegrationTest_PageWithNamespace Model => ViewData.Model;
