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