5 references to RequestWorkspaceRefresh
Microsoft.CodeAnalysis.Features (5)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (3)
77_diagnosticsRefresher.RequestWorkspaceRefresh(); 88_diagnosticsRefresher.RequestWorkspaceRefresh(); 133_diagnosticsRefresher.RequestWorkspaceRefresh();
Diagnostics\IDiagnosticsRefresher.cs (2)
14/// Any component that maintains state whose change may affect reported diagnostics should call <see cref="RequestWorkspaceRefresh"/> whenever that state changes. 15/// Any component that reports diagnostics based on the value of a global option should also call <see cref="RequestWorkspaceRefresh"/> whenever the option value changes.