2 references to DirectiveError
dotnet (1)
FileLevelDirectiveHelpers.cs (1)
616throw new GracefulException($"{sourceFile.GetLocationString(textSpan)}: {FileBasedProgramsResources.DirectiveError}: {message}", inner);
dotnet.Tests (1)
CommandTests\Run\RunFileTests.cs (1)
139return $"{path}({line}): {FileBasedProgramsResources.DirectiveError}: {string.Format(messageFormat, args)}";