﻿Document - 
    NamespaceDeclaration -  - Test
        UsingDirective - (3:1,1 [20] ) - global::System
        UsingDirective - (26:2,1 [40] ) - global::System.Collections.Generic
        UsingDirective - (69:3,1 [25] ) - global::System.Linq
        UsingDirective - (97:4,1 [36] ) - global::System.Threading.Tasks
        UsingDirective - (1:0,1 [38] x:\dir\subdir\Test\TestComponent.cshtml) - Microsoft.AspNetCore.Components
        ClassDeclaration -  - public partial - TestComponent - global::Microsoft.AspNetCore.Components.ComponentBase -  - TItem1, TItem2
            DesignTimeDirective - 
                DirectiveToken - (52:1,11 [6] x:\dir\subdir\Test\TestComponent.cshtml) - TItem1
                DirectiveToken - (71:2,11 [6] x:\dir\subdir\Test\TestComponent.cshtml) - TItem2
            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
                HtmlContent - (39:0,39 [2] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (39:0,39 [2] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n
                HtmlContent - (79:3,0 [2] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (79:3,0 [2] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n
                MarkupElement - (81:4,0 [14] x:\dir\subdir\Test\TestComponent.cshtml) - h1
                    HtmlContent - (85:4,4 [5] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (85:4,4 [5] x:\dir\subdir\Test\TestComponent.cshtml) - Html - Item1
                HtmlContent - (95:4,14 [2] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (95:4,14 [2] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n
                CSharpCode - (98:5,1 [38] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (98:5,1 [38] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - foreach (var item2 in Items2)\n{\n    
                MarkupElement - (136:7,4 [40] x:\dir\subdir\Test\TestComponent.cshtml) - p
                    HtmlContent - (139:7,7 [6] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (139:7,7 [6] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n    
                    CSharpExpression - (146:8,5 [19] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (146:8,5 [19] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - ChildContent(item2)
                    HtmlContent - (165:8,24 [7] x:\dir\subdir\Test\TestComponent.cshtml)
                        LazyIntermediateToken - (165:8,24 [7] x:\dir\subdir\Test\TestComponent.cshtml) - Html - ;\n    
                CSharpCode - (176:9,8 [3] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (176:9,8 [3] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n}
                HtmlContent - (179:10,1 [2] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (179:10,1 [2] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n
            CSharpCode - (188:11,7 [185] x:\dir\subdir\Test\TestComponent.cshtml)
                LazyIntermediateToken - (188:11,7 [185] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    [Parameter] public TItem1 Item1 { get; set; }\n    [Parameter] public List<TItem2> Items2 { get; set; }\n    [Parameter] public RenderFragment<TItem2> ChildContent { get; set; }\n
