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