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)
50
_workspaceRegistrationService.
LspSolutionChanged
+= OnLspSolutionChanged;
59
_workspaceRegistrationService.
LspSolutionChanged
-= OnLspSolutionChanged;
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (2)
61
_lspWorkspaceRegistrationService.
LspSolutionChanged
+= OnLspSolutionChanged;
147
_lspWorkspaceRegistrationService.
LspSolutionChanged
-= OnLspSolutionChanged;
1 reference to LspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceRegistrationService.cs (1)
61
LspSolutionChanged
?.Invoke(this, e);