3 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)
145
var document = await context.Solution.
GetDocumentAsync
(requestParams.TextDocument, cancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
79
var document = await context.Solution.
GetDocumentAsync
(previousResult.TextDocument, cancellationToken).ConfigureAwait(false);