Implemented interface member:
3 references to ReportError2
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject_IVsReportExternalErrors.cs (1)
69_externalErrorReporter.ReportError2(
TaskList\ProjectExternalErrorReporter.cs (1)
188ReportError2(bstrErrorMessage, bstrErrorId, nPriority, iLine, iColumn, iLine, iColumn, bstrFileName);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_ExternalErrorReporting.cs (1)
42=> GetExternalErrorReporter().ReportError2(bstrErrorMessage, bstrErrorId, nPriority, iStartLine, iStartColumn, iEndLine, iEndColumn, bstrFileName);