14 references to AddSection
Microsoft.CodeAnalysis.Features (14)
QuickInfo\QuickInfoUtilities.cs (14)
50AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 65AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 70AddSection(QuickInfoSectionKinds.Description, mainDescriptionTaggedParts); 75AddSection(QuickInfoSectionKinds.DocumentationComments, docParts); 88AddSection(QuickInfoSectionKinds.RemarksDocumentationComments, builder.ToImmutable()); 97AddSection(QuickInfoSectionKinds.ReturnsDocumentationComments, builder.ToImmutable()); 106AddSection(QuickInfoSectionKinds.ValueDocumentationComments, builder.ToImmutable()); 114AddSection(QuickInfoSectionKinds.TypeParameters, builder.ToImmutable()); 122AddSection(QuickInfoSectionKinds.AnonymousTypes, builder.ToImmutable()); 133AddSection(QuickInfoSectionKinds.Usage, usageTextBuilder.ToImmutable()); 136AddSection(QuickInfoSectionKinds.NullabilityAnalysis, [new TaggedText(TextTags.Text, nullabilityInfo)]); 148AddSection(QuickInfoSectionKinds.InterceptedBy, builder.ToImmutable()); 152AddSection(QuickInfoSectionKinds.Exception, exceptionsText); 155AddSection(QuickInfoSectionKinds.Captures, capturesText);