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