9 references to Report
Microsoft.CodeAnalysis.Workspaces.MSBuild (9)
MSBuild\DiagnosticReporter.cs (1)
61
Report
(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)));