2 references to DerivedModelWithAttributes
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Metadata\ModelAttributesTest.cs (2)
250
var attributes = ModelAttributes.GetAttributesForParameter(parameters[2], typeof(
DerivedModelWithAttributes
));
274
var attributes = ModelAttributes.GetAttributesForProperty(typeof(MergedAttributes), property, typeof(
DerivedModelWithAttributes
));