6 references to GetAllRegistrations
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
46
var hostWorkspace = _lspWorkspaceRegistrationService.
GetAllRegistrations
().SingleOrDefault(w => w.Kind == WorkspaceKind.Host);
Workspaces\LspWorkspaceManager.cs (4)
133
var registeredWorkspaces = _lspWorkspaceRegistrationService.
GetAllRegistrations
();
178
var registeredWorkspaces = _lspWorkspaceRegistrationService.
GetAllRegistrations
();
311
var registeredWorkspaces = _lspWorkspaceRegistrationService.
GetAllRegistrations
();
575
return _manager._lspWorkspaceRegistrationService.
GetAllRegistrations
().Contains(workspace);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Workspaces\LspWorkspaceRegistrationServiceTests.cs (1)
27
Assert.Empty(registrationService.
GetAllRegistrations
());