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