1 write to _diagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFileExtensionRegistry.cs (1)
23_diagnosticReporter = diagnosticReporter;
2 references to _diagnosticReporter
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\ProjectFileExtensionRegistry.cs (2)
54_diagnosticReporter.Report(mode, $"Project file path was 'null'"); 64_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)));