1 implementation of RequestWorkspaceRefresh
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
45public void RequestWorkspaceRefresh()
14 references to RequestWorkspaceRefresh
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
96diagnosticRefresher.RequestWorkspaceRefresh();
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
132diagnosticsRefresher.RequestWorkspaceRefresh();
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Diagnostics\FSharpDiagnosticAnalyzerService.cs (1)
22=> refresher.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();
Microsoft.CodeAnalysis.LanguageServer (2)
FileBasedPrograms\VirtualProjectXmlProvider.cs (2)
59diagnosticRefresher.RequestWorkspaceRefresh(); 72diagnosticRefresher.RequestWorkspaceRefresh();
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
Diagnostics\DiagnosticsPullCacheTests.cs (1)
74refresher.RequestWorkspaceRefresh();
Diagnostics\PullDiagnosticTests.cs (4)
300refresher.RequestWorkspaceRefresh(); 1323diagnosticsRefresher.RequestWorkspaceRefresh(); 1344diagnosticsRefresher.RequestWorkspaceRefresh(); 2140refreshService.RequestWorkspaceRefresh();