﻿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
                Component - (0:0,0 [62] x:\dir\subdir\Test\TestComponent.cshtml) - User
                    ComponentAttribute - (18:0,18 [9] x:\dir\subdir\Test\TestComponent.cshtml) - Name -  - AttributeStructure.DoubleQuotes
                        CSharpExpression - 
                            LazyIntermediateToken - (19:0,19 [8] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - UserName
                    ComponentAttribute - (18:0,18 [9] x:\dir\subdir\Test\TestComponent.cshtml) - NameChanged -  - AttributeStructure.DoubleQuotes
                        CSharpExpression - 
                            IntermediateToken -  - CSharp - global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, 
                            IntermediateToken -  - CSharp - __value => UserName = __value
                            IntermediateToken -  - CSharp - , UserName)
                    ComponentAttribute - (45:0,45 [13] x:\dir\subdir\Test\TestComponent.cshtml) - IsActive -  - AttributeStructure.DoubleQuotes
                        CSharpExpression - 
                            LazyIntermediateToken - (46:0,46 [12] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - UserIsActive
                    ComponentAttribute - (45:0,45 [13] x:\dir\subdir\Test\TestComponent.cshtml) - IsActiveChanged -  - AttributeStructure.DoubleQuotes
                        CSharpExpression - 
                            IntermediateToken -  - CSharp - global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, 
                            IntermediateToken -  - CSharp - __value => UserIsActive = __value
                            IntermediateToken -  - CSharp - , UserIsActive)
            CSharpCode - (73:2,7 [88] x:\dir\subdir\Test\TestComponent.cshtml)
                LazyIntermediateToken - (73:2,7 [88] x:\dir\subdir\Test\TestComponent.cshtml) - CSharp - \n    public string UserName { get; set; }\n    public bool UserIsActive { get; set; }\n
