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