14 references to GetResourceString
dotnet (14)
Microsoft.DotNet.FileBasedPrograms.FileBasedProgramsResources.cs (14)
17internal static string @CouldNotFindAnyProjectInDirectory => GetResourceString("CouldNotFindAnyProjectInDirectory"); 19internal static string @CouldNotFindProjectOrDirectory => GetResourceString("CouldNotFindProjectOrDirectory"); 21internal static string @MoreThanOneProjectInDirectory => GetResourceString("MoreThanOneProjectInDirectory"); 23internal static string @PropertyDirectiveInvalidName => GetResourceString("PropertyDirectiveInvalidName"); 25internal static string @PropertyDirectiveMissingParts => GetResourceString("PropertyDirectiveMissingParts"); 27internal static string @StaticGraphRestoreNotSupported => GetResourceString("StaticGraphRestoreNotSupported"); 29internal static string @DirectiveError => GetResourceString("DirectiveError"); 31internal static string @InvalidDirectiveName => GetResourceString("InvalidDirectiveName"); 33internal static string @CannotConvertDirective => GetResourceString("CannotConvertDirective"); 35internal static string @DuplicateDirective => GetResourceString("DuplicateDirective"); 37internal static string @QuoteInDirective => GetResourceString("QuoteInDirective"); 39internal static string @InvalidProjectDirective => GetResourceString("InvalidProjectDirective"); 41internal static string @MissingDirectiveName => GetResourceString("MissingDirectiveName"); 43internal static string @UnrecognizedDirective => GetResourceString("UnrecognizedDirective");