|
| 1 | +// <auto-generated/> |
| 2 | +#pragma warning disable 1591 |
| 3 | +namespace Test |
| 4 | +{ |
| 5 | + #line default |
| 6 | + using global::System; |
| 7 | + using global::System.Collections.Generic; |
| 8 | + using global::System.Linq; |
| 9 | + using global::System.Threading.Tasks; |
| 10 | + using global::Microsoft.AspNetCore.Components; |
| 11 | +#nullable restore |
| 12 | +#line 1 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 13 | +using Microsoft.AspNetCore.Components.Forms; |
| 14 | + |
| 15 | +#line default |
| 16 | +#line hidden |
| 17 | +#nullable disable |
| 18 | + #nullable restore |
| 19 | + public partial class TestComponent : global::Microsoft.AspNetCore.Components.ComponentBase |
| 20 | + #nullable disable |
| 21 | + { |
| 22 | + #pragma warning disable 219 |
| 23 | + private void __RazorDirectiveTokenHelpers__() { |
| 24 | + } |
| 25 | + #pragma warning restore 219 |
| 26 | + #pragma warning disable 0414 |
| 27 | + private static object __o = null; |
| 28 | + #pragma warning restore 0414 |
| 29 | + #pragma warning disable 1998 |
| 30 | + protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) |
| 31 | + { |
| 32 | + var __typeInference_CreateInputRadioGroup_0 = global::__Blazor.Test.TestComponent.TypeInference.CreateInputRadioGroup_0(__builder, -1, -1, |
| 33 | +#nullable restore |
| 34 | +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 35 | + value1 |
| 36 | + |
| 37 | +#line default |
| 38 | +#line hidden |
| 39 | +#nullable disable |
| 40 | + , -1, global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create(this, |
| 41 | + global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => value1 = __value, value1)), -1, () => value1, -1, (__builder2) => { |
| 42 | + var __typeInference_CreateInputRadio_1 = global::__Blazor.Test.TestComponent.TypeInference.CreateInputRadio_1(__builder2, -1, -1, |
| 43 | +#nullable restore |
| 44 | +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 45 | + "false" |
| 46 | + |
| 47 | +#line default |
| 48 | +#line hidden |
| 49 | +#nullable disable |
| 50 | + ); |
| 51 | + #pragma warning disable BL0005 |
| 52 | + __typeInference_CreateInputRadio_1. |
| 53 | +#nullable restore |
| 54 | +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 55 | + Value |
| 56 | + |
| 57 | +#line default |
| 58 | +#line hidden |
| 59 | +#nullable disable |
| 60 | + = default; |
| 61 | + #pragma warning restore BL0005 |
| 62 | +#nullable restore |
| 63 | +#line 4 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 64 | +__o = typeof(global::Microsoft.AspNetCore.Components.Forms.InputRadio<>); |
| 65 | + |
| 66 | +#line default |
| 67 | +#line hidden |
| 68 | +#nullable disable |
| 69 | + var __typeInference_CreateInputRadio_2 = global::__Blazor.Test.TestComponent.TypeInference.CreateInputRadio_2(__builder2, -1, -1, |
| 70 | +#nullable restore |
| 71 | +#line 5 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 72 | + "true" |
| 73 | + |
| 74 | +#line default |
| 75 | +#line hidden |
| 76 | +#nullable disable |
| 77 | + ); |
| 78 | + #pragma warning disable BL0005 |
| 79 | + __typeInference_CreateInputRadio_2. |
| 80 | +#nullable restore |
| 81 | +#line 5 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 82 | + Value |
| 83 | + |
| 84 | +#line default |
| 85 | +#line hidden |
| 86 | +#nullable disable |
| 87 | + = default; |
| 88 | + #pragma warning restore BL0005 |
| 89 | +#nullable restore |
| 90 | +#line 5 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 91 | +__o = typeof(global::Microsoft.AspNetCore.Components.Forms.InputRadio<>); |
| 92 | + |
| 93 | +#line default |
| 94 | +#line hidden |
| 95 | +#nullable disable |
| 96 | + } |
| 97 | + ); |
| 98 | + #pragma warning disable BL0005 |
| 99 | + __typeInference_CreateInputRadioGroup_0. |
| 100 | +#nullable restore |
| 101 | +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 102 | + Value |
| 103 | + |
| 104 | +#line default |
| 105 | +#line hidden |
| 106 | +#nullable disable |
| 107 | + = default; |
| 108 | + #pragma warning restore BL0005 |
| 109 | +#nullable restore |
| 110 | +#line 3 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 111 | +__o = typeof(global::Microsoft.AspNetCore.Components.Forms.InputRadioGroup<>); |
| 112 | + |
| 113 | +#line default |
| 114 | +#line hidden |
| 115 | +#nullable disable |
| 116 | + } |
| 117 | + #pragma warning restore 1998 |
| 118 | +#nullable restore |
| 119 | +#line 8 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 120 | + |
| 121 | + private string value1 = "true"; |
| 122 | + |
| 123 | +#line default |
| 124 | +#line hidden |
| 125 | +#nullable disable |
| 126 | + } |
| 127 | +} |
| 128 | +namespace __Blazor.Test.TestComponent |
| 129 | +{ |
| 130 | + #line hidden |
| 131 | + internal static class TypeInference |
| 132 | + { |
| 133 | + public static global::Microsoft.AspNetCore.Components.Forms.InputRadioGroup<TValue> CreateInputRadioGroup_0<[global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute(unchecked((global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)0xffffffff))] TValue>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, TValue __arg0, int __seq1, global::Microsoft.AspNetCore.Components.EventCallback<TValue> __arg1, int __seq2, global::System.Linq.Expressions.Expression<global::System.Func<TValue>> __arg2, int __seq3, global::Microsoft.AspNetCore.Components.RenderFragment __arg3) |
| 134 | + { |
| 135 | + __builder.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.InputRadioGroup<TValue>>(seq); |
| 136 | + __builder.AddAttribute(__seq0, "Value", (object)__arg0); |
| 137 | + __builder.AddAttribute(__seq1, "ValueChanged", (object)__arg1); |
| 138 | + __builder.AddAttribute(__seq2, "ValueExpression", (object)__arg2); |
| 139 | + __builder.AddAttribute(__seq3, "ChildContent", (object)__arg3); |
| 140 | + __builder.CloseComponent(); |
| 141 | + return default; |
| 142 | + } |
| 143 | + public static global::Microsoft.AspNetCore.Components.Forms.InputRadio<TValue> CreateInputRadio_1<[global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute(unchecked((global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)0xffffffff))] TValue>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, TValue __arg0) |
| 144 | + { |
| 145 | + __builder.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.InputRadio<TValue>>(seq); |
| 146 | + __builder.AddAttribute(__seq0, "Value", (object)__arg0); |
| 147 | + __builder.CloseComponent(); |
| 148 | + return default; |
| 149 | + } |
| 150 | + public static global::Microsoft.AspNetCore.Components.Forms.InputRadio<TValue> CreateInputRadio_2<[global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute(unchecked((global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)0xffffffff))] TValue>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, TValue __arg0) |
| 151 | + { |
| 152 | + __builder.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.InputRadio<TValue>>(seq); |
| 153 | + __builder.AddAttribute(__seq0, "Value", (object)__arg0); |
| 154 | + __builder.CloseComponent(); |
| 155 | + return default; |
| 156 | + } |
| 157 | + } |
| 158 | +} |
| 159 | +#pragma warning restore 1591 |
0 commit comments