2 references to GetDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\MapCode\MapCodeHandler.cs (1)
85
var document = await context.Solution.
GetDocumentAsync
(textDocument, cancellationToken).ConfigureAwait(false);
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
147
var document = await context.Solution.
GetDocumentAsync
(requestParams.TextDocument, cancellationToken).ConfigureAwait(false);