﻿Document - 
    NamespaceDeclaration -  - TestFiles.IntegrationTests.CodeGenerationIntegrationTest
        UsingDirective - (1:0,1 [20] ) - global::System
        UsingDirective - (24:1,1 [40] ) - global::System.Collections.Generic
        UsingDirective - (67:2,1 [25] ) - global::System.Linq
        UsingDirective - (95:3,1 [36] ) - global::System.Threading.Tasks
        UsingDirective - (134:4,1 [45] ) - global::Microsoft.AspNetCore.Components
        ClassDeclaration -  - public partial - BasicComponent - global::Microsoft.AspNetCore.Components.ComponentBase - IDisposable
            DesignTimeDirective - 
                DirectiveToken - (12:0,12 [11] BasicComponent.cshtml) - IDisposable
            CSharpCode - 
                IntermediateToken -  - CSharp - #pragma warning disable 0414
            CSharpCode - 
                IntermediateToken -  - CSharp - private static object __o = null;
            CSharpCode - 
                IntermediateToken -  - CSharp - #pragma warning restore 0414
            MethodDeclaration -  - protected override - void - BuildRenderTree
                MarkupElement - (25:1,0 [91] BasicComponent.cshtml) - div
                    HtmlAttribute - (29:1,4 [25] BasicComponent.cshtml) -  class=" - "
                        CSharpExpressionAttributeValue - (37:1,12 [16] BasicComponent.cshtml) - 
                            LazyIntermediateToken - (38:1,13 [15] BasicComponent.cshtml) - CSharp - this.ToString()
                    HtmlContent - (55:1,30 [23] BasicComponent.cshtml)
                        LazyIntermediateToken - (55:1,30 [23] BasicComponent.cshtml) - Html - \n    Hello world\n    
                    CSharpExpression - (79:3,5 [29] BasicComponent.cshtml)
                        LazyIntermediateToken - (79:3,5 [29] BasicComponent.cshtml) - CSharp - string.Format("{0}", "Hello")
                    HtmlContent - (108:3,34 [2] BasicComponent.cshtml)
                        LazyIntermediateToken - (108:3,34 [2] BasicComponent.cshtml) - Html - \n
                HtmlContent - (116:4,6 [4] BasicComponent.cshtml)
                    LazyIntermediateToken - (116:4,6 [4] BasicComponent.cshtml) - Html - \n\n
                HtmlContent - (170:8,1 [2] BasicComponent.cshtml)
                    LazyIntermediateToken - (170:8,1 [2] BasicComponent.cshtml) - Html - \n
            CSharpCode - (132:6,12 [37] BasicComponent.cshtml)
                LazyIntermediateToken - (132:6,12 [37] BasicComponent.cshtml) - CSharp - \n    void IDisposable.Dispose(){ }\n
