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