3 references to GetAttributesForProperty
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Metadata\DefaultModelMetadataProvider.cs (1)
361var attributes = ModelAttributes.GetAttributesForProperty(
ModelBinding\Metadata\ModelAttributes.cs (1)
115return GetAttributesForProperty(type, property, property.PropertyType);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Metadata\ModelAttributesTest.cs (1)
274var attributes = ModelAttributes.GetAttributesForProperty(typeof(MergedAttributes), property, typeof(DerivedModelWithAttributes));