2 references to CElementName
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (1)
26private static readonly ImmutableArray<string> s_nestedTagNames = [CElementName, CodeElementName, ParaElementName, ListElementName, BElementName, EmElementName, IElementName, StrongElementName, TtElementName];
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
372else if (name is DocumentationCommentXmlNames.CElementName or DocumentationCommentXmlNames.TtElementName)