1 type derived from JsonPerson
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
308private class JsonPersonExtended : JsonPerson
1 instantiation of JsonPerson
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
250yield return new JsonPerson() { Name = "One" };
6 references to JsonPerson
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\SystemTextJsonOutputFormatterTest.cs (6)
179JsonPerson person = new JsonPersonExtended() 194typeof(JsonPerson), 234typeof(IAsyncEnumerable<JsonPerson>), 248private static async IAsyncEnumerable<JsonPerson> GetPeopleAsync() 313[JsonSerializable(typeof(JsonPerson))] 314[JsonSerializable(typeof(IAsyncEnumerable<JsonPerson>))]