2 references to GetDescriptionAsync
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Completion\CompletionResolveHandler.cs (1)
80var description = await symbol.GetDescriptionAsync(document, options, cancellationToken).ConfigureAwait(false);
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
69var description = await info.Symbol.GetDescriptionAsync(document, options, cancellationToken).ConfigureAwait(false);