19 references to WorkspaceMSBuildResources
Microsoft.CodeAnalysis.Workspaces.MSBuild (19)
artifacts\obj\Microsoft.CodeAnalysis.Workspaces.MSBuild\Release\net472\Microsoft.CodeAnalysis.MSBuild.WorkspaceMSBuildResources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(WorkspaceMSBuildResources)));
MSBuild\BuildHostProcessManager.cs (1)
233throw new Exception(string.Format(WorkspaceMSBuildResources.The_build_host_could_not_be_found_at_0, buildHostPath));
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)
180throw new Exception(string.Format(WorkspaceMSBuildResources.Failed_to_load_solution_filter_0, solutionFilePath));
MSBuild\MSBuildProjectLoader.Worker.cs (4)
148string.Format(WorkspaceMSBuildResources.Duplicate_project_discovered_and_skipped_0, absoluteProjectPath))); 246string.Format(WorkspaceMSBuildResources.Found_project_with_the_same_file_path_and_output_path_as_another_project_0, projectFileInfo.FilePath)); 323var message = string.Format(WorkspaceMSBuildResources.Unable_to_find_a_0_for_1, nameof(ICommandLineParserService), projectFileInfo.Language); 412var message = string.Format(WorkspaceMSBuildResources.Unable_to_find_0, nameof(IAnalyzerService));
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (2)
260string.Format(WorkspaceMSBuildResources.Unresolved_metadata_reference_removed_from_project_0, filePath), 302string.Format(WorkspaceMSBuildResources.Found_project_reference_without_a_matching_metadata_reference_0, projectReferencePath),
MSBuild\MSBuildWorkspace.cs (5)
346string.Format(WorkspaceMSBuildResources.Project_path_for_0_was_null, project.Name), 395var message = string.Format(WorkspaceMSBuildResources.Path_for_document_0_was_null, document.Name); 413var message = string.Format(WorkspaceMSBuildResources.Path_for_additional_document_0_was_null, document.Name); 578var message = string.Format(WorkspaceMSBuildResources.Unable_to_add_metadata_reference_0, metadataReference.Display); 614var message = string.Format(WorkspaceMSBuildResources.Unable_to_remove_metadata_reference_0, metadataReference.Display);
MSBuild\ProjectMap.cs (2)
104throw new ArgumentException(WorkspaceMSBuildResources.Project_does_not_have_a_path); 114throw new ArgumentException(WorkspaceMSBuildResources.Project_already_added);