3 references to Add
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
MSBuild\Logging\DiagnosticLog.cs (2)
37=> Add(new DiagnosticLogItem(kind, message, projectFilePath)); 40=> Add(new DiagnosticLogItem(kind, exception.Message, projectFilePath));
MSBuild\Logging\MSBuildDiagnosticLogger.cs (1)
61log.Add(new MSBuildDiagnosticLogItem(kind, projectFile ?? "", message ?? "", file ?? "", lineNumber, columnNumber));