10 references to Create
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (8)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (8)
29QuickInfoSection.Create( 50QuickInfoSection.Create( 53QuickInfoSection.Create( 121QuickInfoSection.Create( 142QuickInfoSection.Create( 206QuickInfoSection.Create( 227QuickInfoSection.Create( 241QuickInfoSection.Create(
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoUtilities.cs (1)
165=> sections.Add(QuickInfoSection.Create(kind, taggedParts));
Microsoft.CodeAnalysis.VisualBasic.Features (1)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (1)
197Return QuickInfoItem.Create(token.Span, sections:=ImmutableArray.Create(QuickInfoSection.Create(QuickInfoSectionKinds.Description, ImmutableArray.Create(New TaggedText(TextTags.Text, VBFeaturesResources.Multiple_Types)))))