8 references to Description
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProvider.cs (1)
155QuickInfoSection.Create(QuickInfoSectionKinds.Description,
Microsoft.CodeAnalysis.Features (5)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
224case QuickInfoSectionKinds.Description:
QuickInfo\QuickInfoSectionKinds.cs (1)
13public const string Description = nameof(Description);
QuickInfo\QuickInfoUtilities.cs (3)
50AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 65AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 70AddSection(QuickInfoSectionKinds.Description, mainDescriptionTaggedParts);
Microsoft.CodeAnalysis.VisualBasic.Features (2)
QuickInfo\VisualBasicSemanticQuickInfoProvider.vb (2)
185Return QuickInfoItem.Create(token.Span, sections:=ImmutableArray.Create(QuickInfoSection.Create(QuickInfoSectionKinds.Description, ImmutableArray.Create(New TaggedText(TextTags.Text, VBFeaturesResources.Multiple_Types))))) 231QuickInfoSection.Create(QuickInfoSectionKinds.Description, builder.ToTaggedText()),