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)
33return _localizer[name]; 44return _localizer[name, arguments]; 53return _localizer.GetString(name); 61return _localizer.GetString(name, arguments); 66_localizer.GetAllStrings(includeParentCultures);