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)
24
IsAdmin
= siblingIndex % 2 == 0,
PersonJsonContext.Person.g.cs (1)
99
Setter = 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)
93
if (Person.
IsAdmin
)
169
Person.
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)
98
Getter = static obj => ((global::Wasm.Performance.TestApp.Person)obj).
IsAdmin
,
168
writer.WriteBoolean(PropName_IsAdmin, ((global::Wasm.Performance.TestApp.Person)value).
IsAdmin
);