1 write to PropertyAttributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\ValidationMetadataProviderContext.cs (1)
27PropertyAttributes = attributes.PropertyAttributes;
3 references to PropertyAttributes
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Metadata\DefaultValidationMetadataProvider.cs (1)
40var validationFilter = context.PropertyAttributes!.OfType<IPropertyValidationFilter>().FirstOrDefault();
ModelBinding\Metadata\HasValidatorsValidationMetadataProvider.cs (2)
47if (context.PropertyAttributes is not IList<object> propertyAttributes) 49propertyAttributes = context.PropertyAttributes!.ToList();