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