5 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
172
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildStarted();
178
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildCompleted();
182
ExternalErrorDiagnosticUpdateSource
.OnSolutionBuildStarted();
TaskList\ProjectExternalErrorReporter.cs (2)
44
private DiagnosticAnalyzerInfoCache AnalyzerInfoCache => _workspace.
ExternalErrorDiagnosticUpdateSource
.AnalyzerInfoCache;
59
private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.
ExternalErrorDiagnosticUpdateSource
;