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