2 references to GetAttributesForParameter
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadataProvider.cs (1)
413
ModelAttributes.
GetAttributesForParameter
(key.ParameterInfo!, key.ModelType));
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Metadata\ModelAttributesTest.cs (1)
250
var attributes = ModelAttributes.
GetAttributesForParameter
(parameters[2], typeof(DerivedModelWithAttributes));