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