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