4 writes to Child
Microsoft.AspNetCore.Mvc.Core.Test (4)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
35Child = new Person { Name = "Child", },
TestJsonContext.JsonPerson.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Child = value!,
TestJsonContext.JsonPersonExtended.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Child = value!,
TestJsonContext.Person.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Child = value!,
6 references to Child
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
37person.Child.Parent = person;
TestJsonContext.JsonPerson.g.cs (1)
80Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Child,
TestJsonContext.JsonPersonExtended.g.cs (2)
100Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Child, 151PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)value).Child);
TestJsonContext.Person.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Child, 130PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)value).Child);