1 write to _diagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFileLoaderRegistry.cs (1)
24
_diagnosticReporter
= diagnosticReporter;
4 references to _diagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\ProjectFile\ProjectFileLoaderRegistry.cs (4)
53
_diagnosticReporter
.Report(mode, $"Project file path was 'null'");
69
_diagnosticReporter
.Report(mode, string.Format(WorkspacesResources.Cannot_open_project_0_because_the_language_1_is_not_supported, projectFilePath, language));
79
_diagnosticReporter
.Report(mode, string.Format(WorkspacesResources.Cannot_open_project_0_because_the_file_extension_1_is_not_associated_with_a_language, projectFilePath, Path.GetExtension(projectFilePath)));
97
_diagnosticReporter
.Report(mode, string.Format(WorkspacesResources.Cannot_open_project_0_because_the_language_1_is_not_supported, projectFilePath, language));