11 references to GetResourceString
dotnet-watch (11)
Microsoft.DotNet.Watch.Resources.cs (11)
17internal static string @Error_ProjectPath_NotFound => GetResourceString("Error_ProjectPath_NotFound"); 19internal static string @Error_MultipleProjectsFound => GetResourceString("Error_MultipleProjectsFound"); 21internal static string @Error_NoProjectsFound => GetResourceString("Error_NoProjectsFound"); 23internal static string @Error_QuietAndVerboseSpecified => GetResourceString("Error_QuietAndVerboseSpecified"); 25internal static string @Warning_ProjectAbbreviationDeprecated => GetResourceString("Warning_ProjectAbbreviationDeprecated"); 28internal static string @Help_NonInteractive => GetResourceString("Help_NonInteractive"); 30internal static string @Help_NoHotReload => GetResourceString("Help_NoHotReload"); 32internal static string @Help_List => GetResourceString("Help_List"); 34internal static string @Help_Verbose => GetResourceString("Help_Verbose"); 36internal static string @Help_Quiet => GetResourceString("Help_Quiet"); 43internal static string @Help => GetResourceString("Help");