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