1 override of OnLspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
65
protected 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
"/>.