|
#pragma checksum "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentWithChild.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "30c7e468211fdbf0c5063c634a4f8967ae54a8218fbf8dd58ac78f30407ceee3"
// <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,29) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentWithChild.razor"
[StreamRendering]
#line default
#line hidden
#nullable disable
#nullable restore
public partial class StreamingComponentWithChild : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.AddContent(0, "[LoadingTask: ");
#nullable restore
#line (2,16)-(2,34) 24 "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentWithChild.razor"
__builder.AddContent(1, LoadingTask.Status
#line default
#line hidden
#nullable disable
);
__builder.AddMarkupContent(2, "]\r\n");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.StreamingComponentChild>(3);
__builder.AddComponentParameter(4, nameof(global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.StreamingComponentChild.
#nullable restore
#line (3,26)-(3,58) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentWithChild.razor"
SomeParameterToEnsureRerendering
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Object>(
#nullable restore
#line (3,62)-(3,74) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentWithChild.razor"
new object()
#line default
#line hidden
#nullable disable
));
__builder.CloseComponent();
}
#pragma warning restore 1998
#nullable restore
#line (4,8)-(9,1) "D:\a\_work\1\s\src\Components\Endpoints\test\TestComponents\StreamingComponentWithChild.razor"
[Parameter] public Task LoadingTask { get; set; }
protected override Task OnInitializedAsync()
=> LoadingTask;
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
|