6 references to SeeAlsoElementName
Microsoft.CodeAnalysis.Features (6)
Completion\Providers\AbstractDocCommentCompletionProvider.cs (5)
39
{
SeeAlsoElementName
, ($"<{
SeeAlsoElementName
}", $" {CrefAttributeName}=\"", "\"", "/>") },
53
(
SeeAlsoElementName
, CrefAttributeName, $"{CrefAttributeName}=\""),
54
(
SeeAlsoElementName
, HrefAttributeName, $"{HrefAttributeName}=\""),
122
=> new[] { GetCDataItem(), GetCommentItem(), GetItem(InheritdocElementName), GetItem(SeeElementName), GetItem(
SeeAlsoElementName
) };
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
331
DocumentationCommentXmlNames.
SeeAlsoElementName
or