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