﻿Document - 
    RazorCompiledItemAttribute - 
    NamespaceDeclaration -  - Razor
        RazorSourceChecksumAttribute - 
        ClassDeclaration -  - public - Template - global::LegacyTemplateBase - 
            MethodDeclaration -  - public async override - global::System.Threading.Tasks.Task - ExecuteAsync
                HtmlContent - (38:1,0 [2] TestFiles\IntegrationTests\CSharp11LanguageFeaturesIntegrationTest_Legacy\TestView.cshtml)
                    LazyIntermediateToken - (38:1,0 [2] TestFiles\IntegrationTests\CSharp11LanguageFeaturesIntegrationTest_Legacy\TestView.cshtml) - Html - \n
            CSharpCode - (52:2,12 [233] TestFiles\IntegrationTests\CSharp11LanguageFeaturesIntegrationTest_Legacy\TestView.cshtml)
                LazyIntermediateToken - (52:2,12 [233] TestFiles\IntegrationTests\CSharp11LanguageFeaturesIntegrationTest_Legacy\TestView.cshtml) - CSharp - \n    public ref struct ValueRef\n    {\n        private ref int _value;\n    \n        public ValueRef(ref int value)\n        {\n            _value = ref value;\n        }\n    \n        public ref int Value => ref _value;\n    }\n
