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