9 references to Report
Microsoft.CodeAnalysis.Workspaces.MSBuild (9)
MSBuild\DiagnosticReporter.cs (1)
61Report(DiagnosticReportingMode.Log, GetMSBuildFailedMessage(logItem.ProjectFilePath, logItem.ToString()));
MSBuild\MSBuildProjectLoader.Worker.cs (1)
244_diagnosticReporter.Report(
MSBuild\PathResolver.cs (4)
29_diagnosticReporter.Report(reportingMode, string.Format(WorkspacesResources.Invalid_solution_file_path_colon_0, path)); 36_diagnosticReporter.Report( 54_diagnosticReporter.Report(reportingMode, string.Format(WorkspacesResources.Invalid_project_file_path_colon_0, path)); 61_diagnosticReporter.Report(
MSBuild\ProjectFileExtensionRegistry.cs (3)
53_diagnosticReporter.Report(mode, $"Project file path was 'null'"); 70_diagnosticReporter.Report(mode, string.Format(WorkspacesResources.Cannot_open_project_0_because_the_language_1_is_not_supported, projectFilePath, language)); 77_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)));