File: TestComponents_TestParentLayout_razor.g.cs
Project: src\src\Components\Endpoints\test\Microsoft.AspNetCore.Components.Endpoints.Tests.csproj (Microsoft.AspNetCore.Components.Endpoints.Tests)
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestParentLayout.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7fd18c11ed9e2f9cfa7955c719fbdc93e10029b2467f5d429725ae02fa948319"
// <auto-generated/>
#pragma warning disable 1591
namespace Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents
{
    #line default
    using global::System;
    using global::System.Collections.Generic;
    using global::System.Linq;
    using global::System.Threading.Tasks;
    using global::Microsoft.AspNetCore.Components;
    #line default
    #line hidden
    #nullable restore
    public partial class TestParentLayout : 
#nullable restore
#line (1,11)-(1,30) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestParentLayout.razor"
LayoutComponentBase
 
#line default
#line hidden
#nullable disable
 
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
            __builder.AddContent(0, "[");
#nullable restore
#line (2,3)-(2,27) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestParentLayout.razor"
__builder.AddContent(1, nameof(TestParentLayout)
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddContent(2, " with content: ");
#nullable restore
#line (2,43)-(2,47) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\TestParentLayout.razor"
__builder.AddContent(3, Body
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddMarkupContent(4, "]\r\n");
        }
        #pragma warning restore 1998
    }
}
#pragma warning restore 1591