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