1 write to Attributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\ValidationMetadataProviderContext.cs (1)
25
Attributes
= attributes.Attributes;
4 references to Attributes
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Metadata\DefaultValidationMetadataProvider.cs (1)
21
foreach (var attribute in context.
Attributes
)
ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs (1)
56
var propertyName = ReadPropertyNameFrom(context.
Attributes
);
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsMetadataProvider.cs (1)
303
var contextAttributes = context.
Attributes
;
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonValidationMetadataProvider.cs (1)
55
var propertyName = ReadPropertyNameFrom(context.
Attributes
);