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