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