1 write to _localizer
Microsoft.AspNetCore.Mvc.Localization (1)
HtmlLocalizerOfT.cs (1)
23
_localizer
= factory.Create(typeof(TResource));
5 references to _localizer
Microsoft.AspNetCore.Mvc.Localization (5)
HtmlLocalizerOfT.cs (5)
33
return
_localizer
[name];
44
return
_localizer
[name, arguments];
53
return
_localizer
.GetString(name);
61
return
_localizer
.GetString(name, arguments);
66
_localizer
.GetAllStrings(includeParentCultures);