11 references to Create
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProvider.cs (1)
159QuickInfoSection.Create(QuickInfoSectionKinds.Description,
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (8)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (8)
30QuickInfoSection.Create( 51QuickInfoSection.Create( 54QuickInfoSection.Create( 122QuickInfoSection.Create( 143QuickInfoSection.Create( 207QuickInfoSection.Create( 228QuickInfoSection.Create( 242QuickInfoSection.Create(
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoUtilities.cs (1)
170=> 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)))))