in runtimes/runtimes/lsp/router/lspRouter.ts [202:206]
private async routeNotificationToAllServers<P>(action: (server: LspServer, params: P) => void, params: P) {
for (const server of this.servers) {
action(server, params)
}
}