3 references to RequestWorkspaceRefresh
Microsoft.CodeAnalysis.Features (3)
Diagnostics\IDiagnosticsRefresher.cs (2)
21
/// Any component that maintains state whose change may affect reported diagnostics should call <see cref="
RequestWorkspaceRefresh
"/> whenever that state changes.
22
/// Any component that reports diagnostics based on the value of a global option should also call <see cref="
RequestWorkspaceRefresh
"/> whenever the option value changes.
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
78
=> _diagnosticsRefresher.
RequestWorkspaceRefresh
();