Document - 
    Checksum - 
    CSharpStatement - 
        RazorIRToken -  - CSharp - [assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(null, typeof(AspNetCore.TestFiles_IntegrationTests_CodeGenerationIntegrationTest_InheritsWithViewImports_cshtml), null)]
    NamespaceDeclaration -  - AspNetCore
        UsingStatement - (1:0,1 [14] ) - System
        UsingStatement - (16:1,1 [34] ) - System.Collections.Generic
        UsingStatement - (51:2,1 [19] ) - System.Linq
        UsingStatement - (71:3,1 [30] ) - System.Threading.Tasks
        UsingStatement - (102:4,1 [32] ) - Microsoft.AspNetCore.Mvc
        UsingStatement - (135:5,1 [42] ) - Microsoft.AspNetCore.Mvc.Rendering
        UsingStatement - (178:6,1 [45] ) - Microsoft.AspNetCore.Mvc.ViewFeatures
        ClassDeclaration -  - public - TestFiles_IntegrationTests_CodeGenerationIntegrationTest_InheritsWithViewImports_cshtml - MyPageModel<MyModel> - 
            MethodDeclaration -  - public - async, override - global::System.Threading.Tasks.Task - ExecuteAsync
            InjectDirective - 
            InjectDirective - 
            InjectDirective - 
            InjectDirective - 
            InjectDirective - 
            CSharpStatement - 
                RazorIRToken -  - CSharp - public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<MyModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<MyModel>)PageContext?.ViewData;
            CSharpStatement - 
                RazorIRToken -  - CSharp - public MyModel Model => ViewData.Model;
