3 writes to IsAdmin
Wasm.Performance.TestApp (3)
Pages_PersonDisplay_razor.g.cs (1)
175__builder2.AddComponentParameter(24, nameof(global::Microsoft.AspNetCore.Components.Forms.InputCheckbox.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.Boolean>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.Boolean>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => Person.IsAdmin = __value, Person.IsAdmin))));
Person.cs (1)
24IsAdmin = siblingIndex % 2 == 0,
PersonJsonContext.Person.g.cs (1)
99Setter = static (obj, value) => ((global::Wasm.Performance.TestApp.Person)obj).IsAdmin = value!,
6 references to IsAdmin
Wasm.Performance.TestApp (6)
Pages_PersonDisplay_razor.g.cs (4)
93if (Person.IsAdmin) 169Person.IsAdmin 175__builder2.AddComponentParameter(24, nameof(global::Microsoft.AspNetCore.Components.Forms.InputCheckbox.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.Boolean>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.Boolean>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => Person.IsAdmin = __value, Person.IsAdmin)))); 176__builder2.AddComponentParameter(25, nameof(global::Microsoft.AspNetCore.Components.Forms.InputCheckbox.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.Boolean>>>(() => Person.IsAdmin));
PersonJsonContext.Person.g.cs (2)
98Getter = static obj => ((global::Wasm.Performance.TestApp.Person)obj).IsAdmin, 168writer.WriteBoolean(PropName_IsAdmin, ((global::Wasm.Performance.TestApp.Person)value).IsAdmin);