2 instantiations of JsonPersonExtended
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\SystemTextJsonOutputFormatterTest.cs (2)
179
JsonPerson person = new
JsonPersonExtended
()
255
yield 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
))]