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)
46
var hostWorkspace =
_lspWorkspaceRegistrationService
.GetAllRegistrations().SingleOrDefault(w => w.Kind == WorkspaceKind.Host);