1 type derived from Person
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
305
private class JsonPerson :
Person
2 instantiations of Person
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\SystemTextJsonOutputFormatterTest.cs (2)
32
var person = new
Person
35
Child = new
Person
{ Name = "Child", },
5 references to Person
Microsoft.AspNetCore.Mvc.Core.Test (5)
Formatters\SystemTextJsonOutputFormatterTest.cs (5)
32
var
person = new Person
48
typeof(
Person
),
76
typeof(
Person
),
298
public
Person
Child { get; set; }
300
public
Person
Parent { get; set; }