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