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