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