Implemented interface member:
method
GetAllStrings
Microsoft.Extensions.Localization.IStringLocalizer.GetAllStrings(System.Boolean)
2 references to GetAllStrings
Microsoft.Extensions.Localization.Tests (2)
ResourceManagerStringLocalizerTest.cs (2)
165var strings = localizer.GetAllStrings(includeParentCultures).ToList(); 198localizer.GetAllStrings(includeParentCultures).ToArray();