6 references to _cachedLspSolutions
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Workspaces\LspWorkspaceManager.cs (6)
103
_cachedLspSolutions
.Clear();
120
_cachedLspSolutions
.Clear();
140
_cachedLspSolutions
.Clear();
275
if (
_cachedLspSolutions
.TryGetValue(workspace, out var cachedSolution) && cachedSolution.solution == workspaceCurrentSolution)
285
_cachedLspSolutions
[workspace] = (forkedFromVersion: null, workspaceCurrentSolution);
303
_cachedLspSolutions
[workspace] = (workspaceCurrentSolution.WorkspaceVersion, lspSolution);