1 override of OnLspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
65protected override void OnLspSolutionChanged(object? sender, WorkspaceChangeEventArgs e)
3 references to OnLspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\AbstractRefreshQueue.cs (2)
74_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 138_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
Handler\TextDocumentContent\AbstractTextDocumentContentRefreshQueue.cs (1)
20/// and implement custom change detection logic via <see cref="AbstractRefreshQueue.OnLspSolutionChanged"/>.