|
| 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 | + #line default |
| 12 | + #line hidden |
| 13 | + #nullable restore |
| 14 | + public partial class TestComponent : global::Microsoft.AspNetCore.Components.ComponentBase |
| 15 | + #nullable disable |
| 16 | + { |
| 17 | + #pragma warning disable 219 |
| 18 | + private void __RazorDirectiveTokenHelpers__() { |
| 19 | + } |
| 20 | + #pragma warning restore 219 |
| 21 | + #pragma warning disable 0414 |
| 22 | + private static object __o = null; |
| 23 | + #pragma warning restore 0414 |
| 24 | + #pragma warning disable 1998 |
| 25 | + protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder) |
| 26 | + { |
| 27 | + __o = global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Int32>( |
| 28 | +#nullable restore |
| 29 | +#line 1 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 30 | + ParentValue |
| 31 | + |
| 32 | +#line default |
| 33 | +#line hidden |
| 34 | +#nullable disable |
| 35 | + ); |
| 36 | + __o = new global::System.Action<System.Int32>( |
| 37 | + __value => ParentValue = __value); |
| 38 | + __builder.AddAttribute(-1, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => { |
| 39 | + } |
| 40 | + )); |
| 41 | + #pragma warning disable BL0005 |
| 42 | + ((global::MyComponent)default). |
| 43 | +#nullable restore |
| 44 | +#line 1 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 45 | + Value |
| 46 | + |
| 47 | +#line default |
| 48 | +#line hidden |
| 49 | +#nullable disable |
| 50 | + = default; |
| 51 | + #pragma warning restore BL0005 |
| 52 | +#nullable restore |
| 53 | +#line 1 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 54 | +__o = typeof(global::MyComponent); |
| 55 | + |
| 56 | +#line default |
| 57 | +#line hidden |
| 58 | +#nullable disable |
| 59 | + } |
| 60 | + #pragma warning restore 1998 |
| 61 | +#nullable restore |
| 62 | +#line 2 "x:\dir\subdir\Test\TestComponent.cshtml" |
| 63 | + |
| 64 | + public int ParentValue { get; set; } = 42; |
| 65 | + |
| 66 | +#line default |
| 67 | +#line hidden |
| 68 | +#nullable disable |
| 69 | + } |
| 70 | +} |
| 71 | +#pragma warning restore 1591 |
0 commit comments