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