QuickInfo\QuickInfoUtilities.cs (4)
21public static Task<QuickInfoItem> CreateQuickInfoItemAsync(SolutionServices services, SemanticModel semanticModel, TextSpan span, ImmutableArray<ISymbol> symbols, SymbolDescriptionOptions options, CancellationToken cancellationToken)
24public static async Task<QuickInfoItem> CreateQuickInfoItemAsync(
51return QuickInfoItem.Create(span, sections: sections.ToImmutable());
161return QuickInfoItem.Create(span, tags, sections.ToImmutable(), relatedSpans: default, onTheFlyDocsInfo);