﻿Document - 
    NamespaceDeclaration -  - Microsoft.AspNetCore.Razor.Language.IntegrationTests.TestFiles
        ClassDeclaration -  - public - TestFiles_IntegrationTests_CodeGenerationIntegrationTest_FunctionsBlock_DesignTime -  - 
            DesignTimeDirective - 
            CSharpCode - 
                IntermediateToken -  - CSharp - #pragma warning disable 0414
            CSharpCode - 
                IntermediateToken -  - CSharp - private static object __o = null;
            CSharpCode - 
                IntermediateToken -  - CSharp - #pragma warning restore 0414
            MethodDeclaration -  - public async - System.Threading.Tasks.Task - ExecuteAsync
                HtmlContent - (17:2,1 [4] FunctionsBlock.cshtml)
                    LazyIntermediateToken - (17:2,1 [4] FunctionsBlock.cshtml) - Html - \n\n
                HtmlContent - (138:9,1 [28] FunctionsBlock.cshtml)
                    LazyIntermediateToken - (138:9,1 [28] FunctionsBlock.cshtml) - Html - \n\nHere's a random number: 
                CSharpExpression - (167:11,25 [11] FunctionsBlock.cshtml)
                    LazyIntermediateToken - (167:11,25 [11] FunctionsBlock.cshtml) - CSharp - RandomInt()
            CSharpCode - (12:0,12 [4] FunctionsBlock.cshtml)
                LazyIntermediateToken - (12:0,12 [4] FunctionsBlock.cshtml) - CSharp - \n\n
            CSharpCode - (33:4,12 [104] FunctionsBlock.cshtml)
                LazyIntermediateToken - (33:4,12 [104] FunctionsBlock.cshtml) - CSharp - \n    Random _rand = new Random();\n    private int RandomInt() {\n        return _rand.Next();\n    }\n
