11 references to AddSection
Microsoft.CodeAnalysis.Features (11)
QuickInfo\QuickInfoUtilities.cs (11)
54AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 69AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable()); 74AddSection(QuickInfoSectionKinds.Description, mainDescriptionTaggedParts); 79AddSection(QuickInfoSectionKinds.DocumentationComments, docParts); 95AddSection(QuickInfoSectionKinds.RemarksDocumentationComments, builder.ToImmutable()); 104AddSection(QuickInfoSectionKinds.ReturnsDocumentationComments, builder.ToImmutable()); 113AddSection(QuickInfoSectionKinds.ValueDocumentationComments, builder.ToImmutable()); 121AddSection(QuickInfoSectionKinds.TypeParameters, builder.ToImmutable()); 129AddSection(QuickInfoSectionKinds.AnonymousTypes, builder.ToImmutable()); 155AddSection(QuickInfoSectionKinds.Exception, exceptionsText); 158AddSection(QuickInfoSectionKinds.Captures, capturesText);