4 writes to Parent
Microsoft.AspNetCore.Mvc.Core.Test (4)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
37person.Child.Parent = person;
TestJsonContext.JsonPerson.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Parent = value!,
TestJsonContext.JsonPersonExtended.g.cs (1)
121Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Parent = value!,
TestJsonContext.Person.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Parent = value!,
5 references to Parent
Microsoft.AspNetCore.Mvc.Core.Test (5)
TestJsonContext.JsonPerson.g.cs (1)
100Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Parent,
TestJsonContext.JsonPersonExtended.g.cs (2)
120Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Parent, 153PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)value).Parent);
TestJsonContext.Person.g.cs (2)
100Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)obj).Parent, 132PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person)value).Parent);