8 writes to Name
Microsoft.AspNetCore.Mvc.Core.Test (8)
Formatters\SystemTextJsonOutputFormatterTest.cs (5)
34Name = "Person", 35Child = new Person { Name = "Child", }, 181Name = "Person", 250yield return new JsonPerson() { Name = "One" }; 255yield return new JsonPersonExtended() { Name = "Two", Age = 99 };
TestJsonContext.JsonPerson.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Name = value!,
TestJsonContext.JsonPersonExtended.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Name = value!,
TestJsonContext.Person.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Name = value!,
5 references to Name
Microsoft.AspNetCore.Mvc.Core.Test (5)
TestJsonContext.JsonPerson.g.cs (1)
60Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Name,
TestJsonContext.JsonPersonExtended.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Name, 149writer.WriteString(PropName_Name, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)value).Name);
TestJsonContext.Person.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Name, 128writer.WriteString(PropName_Name, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)value).Name);