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)
61
LspSolutionChanged
?.Invoke(this, e);