1 write to Attributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DisplayMetadataProviderContext.cs (1)
25Attributes = attributes.Attributes;
3 references to Attributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs (1)
43var propertyName = ReadPropertyNameFrom(context.Attributes);
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsMetadataProvider.cs (1)
58var attributes = context.Attributes;
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonValidationMetadataProvider.cs (1)
42var propertyName = ReadPropertyNameFrom(context.Attributes);