4 writes to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (2)
47_workspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 56_workspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (2)
91_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 202_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
1 reference to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceRegistrationService.cs (1)
63LspSolutionChanged?.Invoke(this, e);