5 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
169
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildStarted();
175
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildCompleted();
179
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildStarted();
TaskList\ProjectExternalErrorReporter.cs (2)
46
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache => _workspace.
ExternalErrorDiagnosticUpdateSource
.AnalyzerInfoCache;
61
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.
ExternalErrorDiagnosticUpdateSource
;