1 instantiation of DerivedModel
FormatterWebSite (1)
Controllers\SystemTextJsonOutputFormatterController.cs (1)
15public ActionResult<SimpleModel> PolymorphicResult() => new DerivedModel
2 references to DerivedModel
FormatterWebSite (2)
Controllers\SystemTextJsonOutputFormatterController.cs (2)
31[JsonDerivedType(typeof(DerivedModel), nameof(DerivedModel))]