28 references to FileBasedProgramsResources
Microsoft.CodeAnalysis.CSharp.Workspaces (28)
src\74cae5d01e88a8f3\Microsoft.DotNet.FileBasedPrograms.FileBasedProgramsResources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
FileBasedProgramsResources
)));
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (21)
75
errorReporter(sourceFile.Text, sourceFile.Path, trivia.Span,
FileBasedProgramsResources
.CannotConvertDirective);
154
context.ReportError(
FileBasedProgramsResources
.QuoteInDirective);
323
context.ReportError(string.Format(
FileBasedProgramsResources
.UnrecognizedDirective, context.DirectiveKind));
336
context.ReportError(string.Format(
FileBasedProgramsResources
.MissingDirectiveName, directiveKind));
343
context.ReportError(string.Format(
FileBasedProgramsResources
.InvalidDirectiveName, directiveKind, separator));
421
context.ReportError(
FileBasedProgramsResources
.PropertyDirectiveMissingParts);
431
context.ReportError(string.Format(
FileBasedProgramsResources
.PropertyDirectiveInvalidName, ex.Message));
438
context.ReportError(
FileBasedProgramsResources
.StaticGraphRestoreNotSupported);
510
context.ReportError(string.Format(
FileBasedProgramsResources
.MissingDirectiveName, context.DirectiveKind));
570
ReportError(string.Format(
FileBasedProgramsResources
.InvalidProjectDirective, error));
575
ReportError(string.Format(
FileBasedProgramsResources
.InvalidProjectDirective, string.Format(
FileBasedProgramsResources
.CouldNotFindProjectOrDirectory, resolvedProjectPath)));
622
context.ReportError(string.Format(
FileBasedProgramsResources
.MissingDirectiveName, context.DirectiveKind));
671
string.Format(
FileBasedProgramsResources
.InvalidRefDirective,
672
string.Format(
FileBasedProgramsResources
.CouldNotFindRefFile, resolvedFilePath)));
732
context.ReportError(string.Format(
FileBasedProgramsResources
.MissingDirectiveName, directiveKind));
764
string.Format(
FileBasedProgramsResources
.IncludeOrExcludeDirectiveUnknownFileType,
846
ReportError(string.Format(
FileBasedProgramsResources
.InvalidIncludeExcludeMappingEntry, pair));
855
ReportError(string.Format(
FileBasedProgramsResources
.InvalidIncludeExcludeMappingExtension, extension, pair));
861
ReportError(string.Format(
FileBasedProgramsResources
.InvalidIncludeExcludeMappingItemType, itemType, pair));
911
string.Format(
FileBasedProgramsResources
.DuplicateDirective, typeAndName));
SyncedSource\FileBasedPrograms\ProjectLocator.cs (3)
33
error = string.Format(
FileBasedProgramsResources
.CouldNotFindProjectOrDirectory, projectDirectory);
40
error = string.Format(
FileBasedProgramsResources
.CouldNotFindAnyProjectInDirectory, projectDirectory);
46
error = string.Format(
FileBasedProgramsResources
.MoreThanOneProjectInDirectory, projectDirectory);
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (3)
160
throw new InvalidOperationException(
FileBasedProgramsResources
.EmptyTempPath);
419
reportError(EntryPointSourceFile.Text, EntryPointSourceFile.Path, default, string.Format(
FileBasedProgramsResources
.IncludedFileNotFound, filePath));
577
string.Format(
FileBasedProgramsResources
.ExperimentalFeatureDisabled, flagName));