4 references to DiagnosticLogItem
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\Logging\DiagnosticLog.cs (2)
43=> _items.Add(new DiagnosticLogItem(kind, message, projectFilePath)); 46=> _items.Add(new DiagnosticLogItem(kind, exception.Message, projectFilePath));
MSBuild\Logging\DiagnosticLogItem.cs (1)
23: this(kind, exception.Message, projectFilePath)
MSBuild\Logging\MSBuildDiagnosticLogItem.cs (1)
16: base(kind, message, projectFilePath)