1 write to _stringLocalizer
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsModelValidator.cs (1)
37
_stringLocalizer
= stringLocalizer;
2 references to _stringLocalizer
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsModelValidator.cs (2)
87
if (
_stringLocalizer
!= null &&
134
var adapter = _validationAttributeAdapterProvider.GetAttributeAdapter(Attribute,
_stringLocalizer
);