2 references to Create
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoItem.cs (1)
55return Create(span, tags, sections, relatedSpans, onTheFlyDocsInfo: null);
QuickInfo\QuickInfoUtilities.cs (1)
166return QuickInfoItem.Create(span, tags, sections.ToImmutable(), relatedSpans: default, onTheFlyDocsInfo);