6 references to _cachedLspSolutions
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Workspaces\LspWorkspaceManager.cs (6)
120_cachedLspSolutions.Clear(); 154_cachedLspSolutions.Clear(); 209_cachedLspSolutions.Clear(); 369if (_cachedLspSolutions.TryGetValue(workspace, out var cachedSolution) && cachedSolution.solution == workspaceCurrentSolution) 400_cachedLspSolutions[workspace] = (forkedFromVersion: null, workspaceCurrentSolution); 424_cachedLspSolutions[workspace] = (workspaceCurrentSolution.WorkspaceVersion, lspSolution);