2 instantiations of JsonPersonExtended
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\SystemTextJsonOutputFormatterTest.cs (2)
179JsonPerson person = new JsonPersonExtended() 255yield return new JsonPersonExtended() { Name = "Two", Age = 99 };
2 references to JsonPersonExtended
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\SystemTextJsonOutputFormatterTest.cs (2)
304[JsonDerivedType(typeof(JsonPersonExtended), nameof(JsonPersonExtended))]