1 reference to GetQuickInfoAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
59
var info = await quickInfoService.
GetQuickInfoAsync
(document, position, cancellationToken).ConfigureAwait(false);