1 write to ProjectFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\Logging\DiagnosticLogItem.cs (1)
19
ProjectFilePath
= projectFilePath ?? throw new ArgumentNullException(nameof(message));
1 reference to ProjectFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\DiagnosticReporter.cs (1)
61
Report(DiagnosticReportingMode.Log, GetMSBuildFailedMessage(logItem.
ProjectFilePath
, logItem.ToString()));