2 references to IElementName
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)
382
else if (name is DocumentationCommentXmlNames.EmElementName or DocumentationCommentXmlNames.
IElementName
)