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.