8 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
176
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildStarted();
180
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildCompleted();
184
ExternalErrorDiagnosticUpdateSource
.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)
47
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache => _workspace.
ExternalErrorDiagnosticUpdateSource
.AnalyzerInfoCache;
61
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.
ExternalErrorDiagnosticUpdateSource
;