1 reference to ResourceManager
System.CommandLine.StaticCompletions (1)
System.CommandLine.StaticCompletions.Resources.Strings.cs (1)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) =>
ResourceManager
.GetString(resourceKey, Culture);