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