1 write to _stringLocalizerFactory
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsModelValidatorProvider.cs (1)
41
_stringLocalizerFactory
= stringLocalizerFactory;
2 references to _stringLocalizerFactory
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsModelValidatorProvider.cs (2)
47
if (
_stringLocalizerFactory
!= null && _options.Value.DataAnnotationLocalizerProvider != null)
51
_stringLocalizerFactory
);