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