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