File: TestComponents_DisableStreaming_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\DisableStreaming.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "d638c6480690928ae7b23db2621aa36afc9bb4b47ed61540922f0af889ab3b73"
// <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
#line (1,12)-(1,36) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\DisableStreaming.razor"
[StreamRendering(false)]
 
#line default
#line hidden
#nullable disable
 
    #nullable restore
    public partial class DisableStreaming : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
#nullable restore
#line (2,2)-(2,14) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\DisableStreaming.razor"
__builder.AddContent(0, ChildContent
 
#line default
#line hidden
#nullable disable
            );
        }
        #pragma warning restore 1998
#nullable restore
#line (3,8)-(5,1) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\DisableStreaming.razor"
 
    [Parameter] public RenderFragment ChildContent { get; set; }
 
#line default
#line hidden
#nullable disable
 
    }
}
#pragma warning restore 1591