13 references to AddSection
Microsoft.CodeAnalysis.Features (13)
QuickInfo\QuickInfoUtilities.cs (13)
49AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable());
64AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable());
69AddSection(QuickInfoSectionKinds.Description, mainDescriptionTaggedParts);
74AddSection(QuickInfoSectionKinds.DocumentationComments, docParts);
87AddSection(QuickInfoSectionKinds.RemarksDocumentationComments, builder.ToImmutable());
96AddSection(QuickInfoSectionKinds.ReturnsDocumentationComments, builder.ToImmutable());
105AddSection(QuickInfoSectionKinds.ValueDocumentationComments, builder.ToImmutable());
113AddSection(QuickInfoSectionKinds.TypeParameters, builder.ToImmutable());
121AddSection(QuickInfoSectionKinds.AnonymousTypes, builder.ToImmutable());
132AddSection(QuickInfoSectionKinds.Usage, usageTextBuilder.ToImmutable());
135AddSection(QuickInfoSectionKinds.NullabilityAnalysis, [new TaggedText(TextTags.Text, nullabilityInfo)]);
138AddSection(QuickInfoSectionKinds.Exception, exceptionsText);
141AddSection(QuickInfoSectionKinds.Captures, capturesText);