2 references to StrongElementName
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)
387else if (name is DocumentationCommentXmlNames.StrongElementName or DocumentationCommentXmlNames.BElementName or DocumentationCommentXmlNames.TermElementName)