1 instantiation of ProjectExternalErrorReporter
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
154_externalErrorReporter = new ProjectExternalErrorReporter(ProjectSystemProject.Id, projectHierarchyGuid, externalErrorReportingPrefix, language, workspaceImpl);
3 references to ProjectExternalErrorReporter
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject_IVsReportExternalErrors.cs (1)
16private readonly ProjectExternalErrorReporter _externalErrorReporter;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
33/// <see cref="ProjectExternalErrorReporter"/> calls into us to clear reported diagnostics or to report new diagnostics during the build. 107/// This API is only intended to be invoked from <see cref="ProjectExternalErrorReporter"/> while a build is in progress.