3 writes to Age
Microsoft.AspNetCore.Mvc.Core.Test (3)
Formatters\SystemTextJsonOutputFormatterTest.cs (2)
182
Age
= 99,
255
yield return new JsonPersonExtended() { Name = "Two",
Age
= 99 };
TestJsonContext.JsonPersonExtended.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended)obj).
Age
= value!,
2 references to Age
Microsoft.AspNetCore.Mvc.Core.Test (2)
TestJsonContext.JsonPersonExtended.g.cs (2)
60
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended)obj).
Age
,
148
writer.WriteNumber(PropName_Age, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended)value).
Age
);