20 references to WorkspaceMSBuildResources
Microsoft.CodeAnalysis.Workspaces.MSBuild (20)
Microsoft.CodeAnalysis.WorkspaceMSBuildResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(WorkspaceMSBuildResources)));
MSBuild\Build\ProjectBuildManager.cs (1)
217log.Add(string.Format(WorkspaceMSBuildResources.Project_does_not_contain_0_target, target), projectInstance.FullPath);
MSBuild\DiagnosticReporter.cs (3)
43throw new ArgumentException(string.Format(WorkspaceMSBuildResources.Invalid_0_specified_1, nameof(DiagnosticReportingMode), nameof(mode)), nameof(mode)); 67? string.Format(WorkspaceMSBuildResources.Msbuild_failed_when_processing_the_file_0, projectFilePath) 68: string.Format(WorkspaceMSBuildResources.Msbuild_failed_when_processing_the_file_0_with_message_1, projectFilePath, message);
MSBuild\MSBuildProjectLoader.cs (1)
165throw new Exception(string.Format(WorkspaceMSBuildResources.Failed_to_load_solution_filter_0, solutionFilePath));
MSBuild\MSBuildProjectLoader.Worker.cs (4)
152string.Format(WorkspaceMSBuildResources.Duplicate_project_discovered_and_skipped_0, absoluteProjectPath))); 253string.Format(WorkspaceMSBuildResources.Found_project_with_the_same_file_path_and_output_path_as_another_project_0, projectFileInfo.FilePath)); 328var message = string.Format(WorkspaceMSBuildResources.Unable_to_find_a_0_for_1, nameof(ICommandLineParserService), projectFileInfo.Language); 418var message = string.Format(WorkspaceMSBuildResources.Unable_to_find_0, nameof(IAnalyzerService));
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (2)
251string.Format(WorkspaceMSBuildResources.Unresolved_metadata_reference_removed_from_project_0, filePath), 293string.Format(WorkspaceMSBuildResources.Found_project_reference_without_a_matching_metadata_reference_0, projectReferencePath),
MSBuild\MSBuildWorkspace.cs (5)
326string.Format(WorkspaceMSBuildResources.Project_path_for_0_was_null, project.Name), 375var message = string.Format(WorkspaceMSBuildResources.Path_for_document_0_was_null, document.Name); 393var message = string.Format(WorkspaceMSBuildResources.Path_for_additional_document_0_was_null, document.Name); 535var message = string.Format(WorkspaceMSBuildResources.Unable_to_add_metadata_reference_0, metadataReference.Display); 550var message = string.Format(WorkspaceMSBuildResources.Unable_to_remove_metadata_reference_0, metadataReference.Display);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
31throw new ArgumentException(WorkspaceMSBuildResources.Parameter_cannot_be_null_empty_or_contain_whitespace, nameof(name));
MSBuild\ProjectMap.cs (2)
105throw new ArgumentException(WorkspaceMSBuildResources.Project_does_not_have_a_path); 115throw new ArgumentException(WorkspaceMSBuildResources.Project_already_added);