2 references to OnLspSolutionChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (2)
49
_workspaceRegistrationService.LspSolutionChanged +=
OnLspSolutionChanged
;
56
_workspaceRegistrationService.LspSolutionChanged -=
OnLspSolutionChanged
;