1 write to _lspWorkspaceRegistrationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
38
_lspWorkspaceRegistrationService
= lspWorkspaceRegistrationService;
1 reference to _lspWorkspaceRegistrationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
49
var hostWorkspace =
_lspWorkspaceRegistrationService
.GetAllRegistrations().FirstOrDefault(w => w.Kind == WorkspaceKind.Host);