6 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
169ExternalErrorDiagnosticUpdateSource.OnSolutionBuildStarted(); 175ExternalErrorDiagnosticUpdateSource.OnSolutionBuildCompleted(); 179ExternalErrorDiagnosticUpdateSource.OnSolutionBuildStarted();
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
79_buildErrorDiagnosticService = workspace.ExternalErrorDiagnosticUpdateSource;
TaskList\ProjectExternalErrorReporter.cs (2)
46private DiagnosticAnalyzerInfoCache AnalyzerInfoCache => _workspace.ExternalErrorDiagnosticUpdateSource.AnalyzerInfoCache; 61private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;