6 references to _cachedLspSolutions
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Workspaces\LspWorkspaceManager.cs (6)
163_cachedLspSolutions.Clear(); 197_cachedLspSolutions.Clear(); 242_cachedLspSolutions.Clear(); 382if (_cachedLspSolutions.TryGetValue(workspace, out var cachedSolution) && cachedSolution.solution == workspaceCurrentSolution) 412_cachedLspSolutions[workspace] = (forkedFromVersion: null, workspaceCurrentSolution); 436_cachedLspSolutions[workspace] = (workspaceCurrentSolution.WorkspaceVersion, lspSolution);