File: Shared_ComplexTable_TableComponent_razor.g.cs
Project: src\src\Components\benchmarkapps\Wasm.Performance\TestApp\Wasm.Performance.TestApp.csproj (Wasm.Performance.TestApp)
#pragma checksum "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "131f131c3f27f309031129b5f32717172b40b090059e23b05b61866d23729b56"
// <auto-generated/>
#pragma warning disable 1591
namespace Wasm.Performance.TestApp.Shared.ComplexTable
{
    #line default
    using global::System;
    using global::System.Collections.Generic;
    using global::System.Linq;
    using global::System.Threading.Tasks;
    using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using System.Net.Http
 
#nullable disable
    ;
#nullable restore
#line (2,2)-(2,47) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
 
#nullable disable
    ;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
 
#nullable disable
    ;
#nullable restore
#line (4,2)-(4,43) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
 
#nullable disable
    ;
#nullable restore
#line (5,2)-(5,27) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Microsoft.JSInterop
 
#nullable disable
    ;
#nullable restore
#line (6,2)-(6,32) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp
 
#nullable disable
    ;
#nullable restore
#line (7,2)-(7,39) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\_Imports.razor"
using Wasm.Performance.TestApp.Shared
 
#nullable disable
    ;
#nullable restore
#line (1,2)-(1,61) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
using WeatherForecast = Pages.GridRendering.WeatherForecast
 
#nullable disable
    ;
    #line default
    #line hidden
    #nullable restore
    public partial class TableComponent : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
            __builder.OpenElement(0, "table");
            __builder.AddAttribute(1, "class", "table");
            __builder.OpenElement(2, "thead");
            __builder.OpenElement(3, "tr");
#nullable restore
#line (6,1)-(6,13) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
            
 
#line default
#line hidden
#nullable disable
 
#nullable restore
#line (6,14)-(8,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
foreach (var item in Columns)
            {
 
#line default
#line hidden
#nullable disable
 
            __builder.OpenElement(4, "th");
#nullable restore
#line (8,22)-(8,26) 24 "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
__builder.AddContent(5, item
 
#line default
#line hidden
#nullable disable
            );
            __builder.CloseElement();
#nullable restore
#line (9,1)-(10,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
            }
 
#line default
#line hidden
#nullable disable
 
            __builder.CloseElement();
            __builder.CloseElement();
            __builder.AddMarkupContent(6, "\r\n    ");
            __builder.OpenElement(7, "tbody");
            global::__Blazor.Wasm.Performance.TestApp.Shared.ComplexTable.TableComponent.TypeInference.CreateCascadingValue_0(__builder, 8, 9, 
#nullable restore
#line (13,33)-(13,37) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
this
 
#line default
#line hidden
#nullable disable
            , 10, (__builder2) => {
                __builder2.OpenComponent<global::Wasm.Performance.TestApp.Shared.ComplexTable.RowCollection>(11);
                __builder2.AddComponentParameter(12, nameof(global::Wasm.Performance.TestApp.Shared.ComplexTable.RowCollection.
#nullable restore
#line (14,28)-(14,32) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
Data
 
#line default
#line hidden
#nullable disable
                ), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Wasm.Performance.TestApp.Pages.GridRendering.WeatherForecast[]>(
#nullable restore
#line (14,35)-(14,39) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
Data
 
#line default
#line hidden
#nullable disable
                ));
                __builder2.AddComponentParameter(13, nameof(global::Wasm.Performance.TestApp.Shared.ComplexTable.RowCollection.
#nullable restore
#line (15,28)-(15,35) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
Columns
 
#line default
#line hidden
#nullable disable
                ), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Collections.Generic.List<global::System.String>>(
#nullable restore
#line (15,38)-(15,45) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
Columns
 
#line default
#line hidden
#nullable disable
                ));
                __builder2.AddComponentParameter(14, nameof(global::Wasm.Performance.TestApp.Shared.ComplexTable.RowCollection.
#nullable restore
#line (16,28)-(16,35) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
OnClick
 
#line default
#line hidden
#nullable disable
                ), (global::System.Func<global::System.Int32, global::System.Threading.Tasks.Task>)(
#nullable restore
#line (16,38)-(16,54) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
HandleClickEvent
 
#line default
#line hidden
#nullable disable
                ));
                __builder2.CloseComponent();
            }
            );
            __builder.CloseElement();
            __builder.CloseElement();
        }
        #pragma warning restore 1998
#nullable restore
#line (22,8)-(33,1) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
 
    [Parameter]
    public WeatherForecast[] Data { get; set; }
 
    [Parameter]
    public List<string> Columns { get; set; }
 
    Task HandleClickEvent(int index)
    {
        return Task.CompletedTask;
    }
 
#line default
#line hidden
#nullable disable
 
    }
}
namespace __Blazor.Wasm.Performance.TestApp.Shared.ComplexTable.TableComponent
{
    #line hidden
    internal static class TypeInference
    {
        public static void CreateCascadingValue_0<TValue>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, TValue __arg0, int __seq1, global::Microsoft.AspNetCore.Components.RenderFragment __arg1)
        {
        __builder.OpenComponent<global::Microsoft.AspNetCore.Components.CascadingValue<TValue>>(seq);
        __builder.AddComponentParameter(__seq0, nameof(global::Microsoft.AspNetCore.Components.CascadingValue<TValue>.
#nullable restore
#line (13,25)-(13,30) "D:\a\_work\1\s\src\Components\benchmarkapps\Wasm.Performance\TestApp\Shared\ComplexTable\TableComponent.razor"
Value
 
#line default
#line hidden
#nullable disable
        ), __arg0);
        __builder.AddComponentParameter(__seq1, "ChildContent", __arg1);
        __builder.CloseComponent();
        }
    }
}
#pragma warning restore 1591