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