13 references to AddSection
Microsoft.CodeAnalysis.Features (13)
QuickInfo\QuickInfoUtilities.cs (13)
51AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 66AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 71AddSection(QuickInfoSectionKinds.Description, mainDescriptionTaggedParts); 75AddSection(QuickInfoSectionKinds.DocumentationComments, docParts); 86AddSection(QuickInfoSectionKinds.RemarksDocumentationComments, builder.ToImmutable()); 95AddSection(QuickInfoSectionKinds.ReturnsDocumentationComments, builder.ToImmutable()); 104AddSection(QuickInfoSectionKinds.ValueDocumentationComments, builder.ToImmutable()); 112AddSection(QuickInfoSectionKinds.TypeParameters, builder.ToImmutable()); 120AddSection(QuickInfoSectionKinds.AnonymousTypes, builder.ToImmutable()); 131AddSection(QuickInfoSectionKinds.Usage, usageTextBuilder.ToImmutable()); 142AddSection(QuickInfoSectionKinds.NullabilityAnalysis, ImmutableArray.Create(new TaggedText(TextTags.Text, nullableMessage))); 146AddSection(QuickInfoSectionKinds.Exception, exceptionsText); 149AddSection(QuickInfoSectionKinds.Captures, capturesText);