6 references to _cachedLspSolutions
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Workspaces\LspWorkspaceManager.cs (6)
103_cachedLspSolutions.Clear(); 120_cachedLspSolutions.Clear(); 140_cachedLspSolutions.Clear(); 275if (_cachedLspSolutions.TryGetValue(workspace, out var cachedSolution) && cachedSolution.solution == workspaceCurrentSolution) 285_cachedLspSolutions[workspace] = (forkedFromVersion: null, workspaceCurrentSolution); 303_cachedLspSolutions[workspace] = (workspaceCurrentSolution.WorkspaceVersion, lspSolution);