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