2 references to CreateQuickInfoItemAsync
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\DescriptionService.cs (1)
68
var quickInfo = await QuickInfoUtilities.
CreateQuickInfoItemAsync
(services, semanticModel, span: default, ImmutableArray.Create(symbol), options, cancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Extensions\SymbolExtensions.cs (1)
55
var quickInfo = await QuickInfoUtilities.
CreateQuickInfoItemAsync
(services, semanticModel, span: default, [symbol], options, cancellationToken).ConfigureAwait(false);