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)
25
Salary
= 10000000 / (thisDepth + 1),
PersonJsonContext.Person.g.cs (1)
79
Setter = 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
147
Person.
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)
78
Getter = static obj => ((global::Wasm.Performance.TestApp.Person)obj).
Salary
,
167
writer.WriteNumber(PropName_Salary, ((global::Wasm.Performance.TestApp.Person)value).
Salary
);