1 override of OnLspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
63protected override void OnLspSolutionChanged(object? sender, WorkspaceChangeEventArgs e)
2 references to OnLspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\AbstractRefreshQueue.cs (2)
75_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 136_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;