6 writes to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\AbstractRefreshQueue.cs (2)
74_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 135_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (2)
49_workspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 56_workspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (2)
61_lspWorkspaceRegistrationService.LspSolutionChanged += OnLspSolutionChanged; 143_lspWorkspaceRegistrationService.LspSolutionChanged -= OnLspSolutionChanged;
1 reference to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceRegistrationService.cs (1)
61LspSolutionChanged?.Invoke(this, e);