6 references to _cachedLspSolutions
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Workspaces\LspWorkspaceManager.cs (6)
119_cachedLspSolutions.Clear(); 153_cachedLspSolutions.Clear(); 198_cachedLspSolutions.Clear(); 341if (_cachedLspSolutions.TryGetValue(workspace, out var cachedSolution) && cachedSolution.solution == workspaceCurrentSolution) 372_cachedLspSolutions[workspace] = (forkedFromVersion: null, workspaceCurrentSolution); 396_cachedLspSolutions[workspace] = (workspaceCurrentSolution.WorkspaceVersion, lspSolution);