5 references to Derived
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApiExplorer\ApiConventionMatcherTest.cs (5)
292var type = typeof(Derived); 307var conventionType = typeof(Derived); 321var conventionType = typeof(Derived); 553public static void Post(Derived model) { } 556public static void GetParameterNotMatching([ApiConventionTypeMatch(ApiConventionTypeMatchBehavior.AssignableFrom)] Derived model) { }