2 references to GetLspSolutionsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Workspaces\LspWorkspaceManager.cs (2)
161var updatedSolutions = await GetLspSolutionsAsync(cancellationToken).ConfigureAwait(false); 180var lspSolutions = await GetLspSolutionsAsync(cancellationToken).ConfigureAwait(false);