Document - 
    NamespaceDeclaration -  - Test
        UsingDirective - (3:1,1 [12] ) - System
        UsingDirective - (18:2,1 [32] ) - System.Collections.Generic
        UsingDirective - (53:3,1 [17] ) - System.Linq
        UsingDirective - (73:4,1 [28] ) - System.Threading.Tasks
        UsingDirective - (104:5,1 [37] ) - Microsoft.AspNetCore.Components
        ClassDeclaration -  - public partial - TestComponent - Microsoft.AspNetCore.Components.ComponentBase - 
            DesignTimeDirective - 
            CSharpCode - 
                IntermediateToken -  - CSharp - #pragma warning disable 0414
            CSharpCode - 
                IntermediateToken -  - CSharp - private static System.Object __o = null;
            CSharpCode - 
                IntermediateToken -  - CSharp - #pragma warning restore 0414
            MethodDeclaration -  - protected override - void - BuildRenderTree
                CSharpCode - (2:0,2 [45] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (2:0,2 [45] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    RenderFragment<Person> p = (person) => 
                Template - (48:1,44 [45] x:\dir\subdir\Test\TestComponent.cshtml)
                    MarkupElement - (48:1,44 [45] x:\dir\subdir\Test\TestComponent.cshtml) - div
                        Component - (53:1,49 [34] x:\dir\subdir\Test\TestComponent.cshtml) - MyComponent
                            ComponentAttribute - (72:1,68 [12] x:\dir\subdir\Test\TestComponent.cshtml) - Name - Name - AttributeStructure.DoubleQuotes
                                CSharpExpression - (73:1,69 [11] x:\dir\subdir\Test\TestComponent.cshtml)
                                    LazyIntermediateToken - (73:1,69 [11] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - person.Name
                CSharpCode - (93:1,89 [3] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (93:1,89 [3] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - ;\n
            CSharpCode - (106:3,7 [76] x:\dir\subdir\Test\TestComponent.cshtml)
                LazyIntermediateToken - (106:3,7 [76] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    class Person\n    {\n        public string Name { get; set; }\n    }\n
