1 write to PropertyAttributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\ModelAttributes.cs (1)
52PropertyAttributes = propertyAttributes.ToArray();
4 references to PropertyAttributes
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Metadata\BindingMetadataProviderContext.cs (1)
27PropertyAttributes = attributes.PropertyAttributes;
ModelBinding\Metadata\DisplayMetadataProviderContext.cs (1)
26PropertyAttributes = attributes.PropertyAttributes;
ModelBinding\Metadata\ModelAttributes.cs (1)
54Attributes = PropertyAttributes.Concat(TypeAttributes).ToArray();
ModelBinding\Metadata\ValidationMetadataProviderContext.cs (1)
27PropertyAttributes = attributes.PropertyAttributes;