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