8 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
176ExternalErrorDiagnosticUpdateSource.OnSolutionBuildStarted(); 180ExternalErrorDiagnosticUpdateSource.OnSolutionBuildCompleted(); 184ExternalErrorDiagnosticUpdateSource.OnSolutionBuildStarted();
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
81_buildErrorDiagnosticService = workspace.ExternalErrorDiagnosticUpdateSource;
TableDataSource\VisualStudioDiagnosticListTable.cs (2)
98_liveTableSource = new LiveTableDataSource(workspace, globalOptions, threadingContext, diagnosticService, IdentifierString, workspace.ExternalErrorDiagnosticUpdateSource); 99_buildTableSource = new BuildTableDataSource(workspace, threadingContext, workspace.ExternalErrorDiagnosticUpdateSource);
TaskList\ProjectExternalErrorReporter.cs (2)
47private DiagnosticAnalyzerInfoCache AnalyzerInfoCache => _workspace.ExternalErrorDiagnosticUpdateSource.AnalyzerInfoCache; 61private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;