﻿Document - 
    NamespaceDeclaration -  - Test
        UsingDirective - (3:1,1 [22] ) - global::System
        UsingDirective - (26:2,1 [42] ) - global::System.Collections.Generic
        UsingDirective - (69:3,1 [27] ) - global::System.Linq
        UsingDirective - (97:4,1 [38] ) - global::System.Threading.Tasks
        UsingDirective - (136:5,1 [47] ) - global::Microsoft.AspNetCore.Components
        ClassDeclaration -  - public partial - TestComponent - global::Microsoft.AspNetCore.Components.ComponentBase - 
            MethodDeclaration -  - protected override - void - BuildRenderTree
                CSharpExpression - (1:0,1 [49] x:\dir\subdir\Test\TestComponent.cshtml)
                    LazyIntermediateToken - (1:0,1 [25] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - RenderPerson((person) => 
                    Template - (27:0,27 [23] x:\dir\subdir\Test\TestComponent.cshtml)
                        MarkupElement - (27:0,27 [23] x:\dir\subdir\Test\TestComponent.cshtml) - div
                            CSharpExpression - (33:0,33 [11] x:\dir\subdir\Test\TestComponent.cshtml)
                                LazyIntermediateToken - (33:0,33 [11] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - person.Name
                    LazyIntermediateToken - (50:0,50 [1] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - )
            CSharpCode - (60:1,7 [138] x:\dir\subdir\Test\TestComponent.cshtml)
                LazyIntermediateToken - (60:1,7 [138] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    class Person\n    {\n        public string Name { get; set; }\n    }\n\n    object RenderPerson(RenderFragment<Person> p) => null;\n
