1 write to _hostWorkspaceKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
78_hostWorkspaceKind = lspWorkspaceRegistrationService.GetHostWorkspaceKind();
3 references to _hostWorkspaceKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspWorkspaceManager.cs (3)
152/// Returns the LSP solution associated with the workspace with the specified <see cref="_hostWorkspaceKind"/>. This 163var (hostWorkspace, hostWorkspaceSolution, isForked) = updatedSolutions.FirstOrDefault(lspSolution => lspSolution.Solution.WorkspaceKind == _hostWorkspaceKind); 170/// Returns the LSP solution associated with the workspace with the specified <see cref="_hostWorkspaceKind"/>. This