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