9 references to
Microsoft.AspNetCore.Mvc.DataAnnotations (9)
CompareAttributeAdapter.cs (1)
17
:
base
(new CompareAttributeWrapper(attribute), stringLocalizer)
DataTypeAttributeAdapter.cs (1)
17
:
base
(attribute, stringLocalizer)
FileExtensionsAttributeAdapter.cs (1)
17
:
base
(attribute, stringLocalizer)
MaxLengthAttributeAdapter.cs (1)
16
:
base
(attribute, stringLocalizer)
MinLengthAttributeAdapter.cs (1)
16
:
base
(attribute, stringLocalizer)
RangeAttributeAdapter.cs (1)
17
:
base
(attribute, stringLocalizer)
RegularExpressionAttributeAdapter.cs (1)
13
:
base
(attribute, stringLocalizer)
RequiredAttributeAdapter.cs (1)
21
:
base
(attribute, stringLocalizer)
StringLengthAttributeAdapter.cs (1)
17
:
base
(attribute, stringLocalizer)