3 writes to Salary
Wasm.Performance.TestApp (3)
Pages_PersonDisplay_razor.g.cs (1)
152, 17, global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => Person.Salary = __value, Person.Salary)), 18, () => Person.Salary);
Person.cs (1)
25Salary = 10000000 / (thisDepth + 1),
PersonJsonContext.Person.g.cs (1)
79Setter = static (obj, value) => ((global::Wasm.Performance.TestApp.Person)obj).Salary = value!,
6 references to Salary
Wasm.Performance.TestApp (6)
Pages_PersonDisplay_razor.g.cs (4)
115__builder.AddContent(8, Person.Salary 147Person.Salary 152, 17, global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => Person.Salary = __value, Person.Salary)), 18, () => Person.Salary);
PersonJsonContext.Person.g.cs (2)
78Getter = static obj => ((global::Wasm.Performance.TestApp.Person)obj).Salary, 167writer.WriteNumber(PropName_Salary, ((global::Wasm.Performance.TestApp.Person)value).Salary);