1 implementation of RequestWorkspaceRefresh
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
45public void RequestWorkspaceRefresh()
4 references to RequestWorkspaceRefresh
Microsoft.CodeAnalysis.Features (4)
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)
99=> _diagnosticsRefresher.RequestWorkspaceRefresh();
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
20=> refresher.RequestWorkspaceRefresh();