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