6 writes to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\AbstractRefreshQueue.cs (2)
67_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 130_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (2)
49_workspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 56_workspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (2)
95_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 197_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
1 reference to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceRegistrationService.cs (1)
61LspSolutionChanged?.Invoke(this, e);