6 implementations of GetAllStrings
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizer.cs (1)
66
public virtual IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures) =>
HtmlLocalizerOfT.cs (1)
65
public virtual IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures) =>
ViewLocalizer.cs (1)
71
public IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures) =>
Microsoft.AspNetCore.Mvc.Localization.Test (3)
MvcLocalizationServiceCollectionExtensionsTest.cs (2)
89
public IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures)
118
public IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures)
ViewLocalizerTest.cs (1)
319
public IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures)
3 references to GetAllStrings
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizerExtensions.cs (1)
51
return htmlLocalizer.
GetAllStrings
(includeParentCultures: true);
HtmlLocalizerOfT.cs (1)
66
_localizer.
GetAllStrings
(includeParentCultures);
ViewLocalizer.cs (1)
72
_localizer.
GetAllStrings
(includeParentCultures);