22 references to ResourceManager
aspire (22)
Resources\ApiCommandStrings.Designer.cs (22)
48internal static string Description => ResourceManager.GetString("Description", resourceCulture); 50internal static string ListDescription => ResourceManager.GetString("ListDescription", resourceCulture); 52internal static string SearchDescription => ResourceManager.GetString("SearchDescription", resourceCulture); 54internal static string GetDescription => ResourceManager.GetString("GetDescription", resourceCulture); 56internal static string ScopeArgumentDescription => ResourceManager.GetString("ScopeArgumentDescription", resourceCulture); 58internal static string QueryArgumentDescription => ResourceManager.GetString("QueryArgumentDescription", resourceCulture); 60internal static string IdArgumentDescription => ResourceManager.GetString("IdArgumentDescription", resourceCulture); 62internal static string FormatOptionDescription => ResourceManager.GetString("FormatOptionDescription", resourceCulture); 64internal static string LimitOptionDescription => ResourceManager.GetString("LimitOptionDescription", resourceCulture); 66internal static string LanguageOptionDescription => ResourceManager.GetString("LanguageOptionDescription", resourceCulture); 68internal static string LoadingApiDocumentation => ResourceManager.GetString("LoadingApiDocumentation", resourceCulture); 70internal static string NoApiEntriesFound => ResourceManager.GetString("NoApiEntriesFound", resourceCulture); 72internal static string NoResultsFound => ResourceManager.GetString("NoResultsFound", resourceCulture); 74internal static string ApiNotFound => ResourceManager.GetString("ApiNotFound", resourceCulture); 76internal static string FoundApiEntries => ResourceManager.GetString("FoundApiEntries", resourceCulture); 78internal static string FoundSearchResults => ResourceManager.GetString("FoundSearchResults", resourceCulture); 80internal static string HeaderName => ResourceManager.GetString("HeaderName", resourceCulture); 82internal static string HeaderId => ResourceManager.GetString("HeaderId", resourceCulture); 84internal static string HeaderLanguage => ResourceManager.GetString("HeaderLanguage", resourceCulture); 86internal static string HeaderKind => ResourceManager.GetString("HeaderKind", resourceCulture); 88internal static string HeaderGroup => ResourceManager.GetString("HeaderGroup", resourceCulture); 90internal static string HeaderScore => ResourceManager.GetString("HeaderScore", resourceCulture);