Document - 
    NamespaceDeclaration -  - Test
        UsingDirective - (3:1,1 [14] ) - System
        UsingDirective - (18:2,1 [34] ) - System.Collections.Generic
        UsingDirective - (53:3,1 [19] ) - System.Linq
        UsingDirective - (73:4,1 [30] ) - System.Threading.Tasks
        UsingDirective - (104:5,1 [35] ) - Microsoft.AspNetCore.Blazor
        UsingDirective - (140:6,1 [46] ) - Microsoft.AspNetCore.Blazor.Components
        ClassDeclaration -  - public - TestComponent - Microsoft.AspNetCore.Blazor.Components.BlazorComponent - 
            MethodDeclaration -  - protected override - void - BuildRenderTree
                CSharpCode - 
                    IntermediateToken -  - CSharp - base.BuildRenderTree(builder);
                CSharpCode - (35:1,2 [45] x:\dir\subdir\Test\TestComponent.cshtml)
                    IntermediateToken - (35:1,2 [45] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    RenderFragment<Person> p = (person) => 
                Template - (81:2,44 [45] x:\dir\subdir\Test\TestComponent.cshtml)
                    HtmlElement - (81:2,44 [45] x:\dir\subdir\Test\TestComponent.cshtml) - div
                        ComponentExtensionNode - (86:2,49 [34] x:\dir\subdir\Test\TestComponent.cshtml) - MyComponent - Test.MyComponent
                            ComponentAttributeExtensionNode - (105:2,68 [12] x:\dir\subdir\Test\TestComponent.cshtml) - Name - Name
                                CSharpExpression - (106:2,69 [11] x:\dir\subdir\Test\TestComponent.cshtml)
                                    IntermediateToken - (106:2,69 [11] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - person.Name
                CSharpCode - (126:2,89 [3] x:\dir\subdir\Test\TestComponent.cshtml)
                    IntermediateToken - (126:2,89 [3] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - ;\n
                ComponentExtensionNode - (132:4,0 [49] x:\dir\subdir\Test\TestComponent.cshtml) - MyComponent - Test.MyComponent
                    ComponentChildContent -  - ChildContent
                        HtmlContent - (145:4,13 [2] x:\dir\subdir\Test\TestComponent.cshtml)
                            IntermediateToken - (145:4,13 [2] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n
                        CSharpExpression - (149:5,2 [15] x:\dir\subdir\Test\TestComponent.cshtml)
                            IntermediateToken - (149:5,2 [15] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - "hello, world!"
                        HtmlContent - (165:5,18 [2] x:\dir\subdir\Test\TestComponent.cshtml)
                            IntermediateToken - (165:5,18 [2] x:\dir\subdir\Test\TestComponent.cshtml) - Html - \n
            CSharpCode - (197:8,12 [76] x:\dir\subdir\Test\TestComponent.cshtml)
                IntermediateToken - (197:8,12 [76] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    class Person\n    {\n        public string Name { get; set; }\n    }\n
