2 references to TtElementName
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)
372
else if (name is DocumentationCommentXmlNames.CElementName or DocumentationCommentXmlNames.
TtElementName
)