11 references to AddSection
Microsoft.CodeAnalysis.Features (11)
QuickInfo\QuickInfoUtilities.cs (11)
49AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable());
64AddSection(QuickInfoSectionKinds.Description, builder.ToImmutable());
69AddSection(QuickInfoSectionKinds.Description, mainDescriptionTaggedParts);
74AddSection(QuickInfoSectionKinds.DocumentationComments, docParts);
90AddSection(QuickInfoSectionKinds.RemarksDocumentationComments, builder.ToImmutable());
99AddSection(QuickInfoSectionKinds.ReturnsDocumentationComments, builder.ToImmutable());
108AddSection(QuickInfoSectionKinds.ValueDocumentationComments, builder.ToImmutable());
116AddSection(QuickInfoSectionKinds.TypeParameters, builder.ToImmutable());
124AddSection(QuickInfoSectionKinds.AnonymousTypes, builder.ToImmutable());
150AddSection(QuickInfoSectionKinds.Exception, exceptionsText);
153AddSection(QuickInfoSectionKinds.Captures, capturesText);