1 write to _stringLocalizer
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterOfTAttribute.cs (1)
27
_stringLocalizer
= stringLocalizer;
2 references to _stringLocalizer
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
ValidationAttributeAdapterOfTAttribute.cs (2)
69
if (
_stringLocalizer
!= null &&
74
return
_stringLocalizer
[Attribute.ErrorMessage, arguments];