1 reference to CreateQuickInfoItemAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Extensions\SymbolExtensions.cs (1)
58
var quickInfo = await QuickInfoUtilities.
CreateQuickInfoItemAsync
(services, semanticModel, span: default, ImmutableArray.Create(symbol), options, cancellationToken).ConfigureAwait(false);