2 references to GetTextDocumentsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\Extensions.cs (1)
118
var documents = await solution.
GetTextDocumentsAsync
(documentIdentifier.DocumentUri, cancellationToken).ConfigureAwait(false);
Workspaces\LspWorkspaceManager.cs (1)
253
var documents = await lspSolution.
GetTextDocumentsAsync
(textDocumentIdentifier.DocumentUri, cancellationToken).ConfigureAwait(false);