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