4 references to SeeAlsoElementName
Microsoft.CodeAnalysis.CSharp (4)
Parser\DocumentationCommentXmlTokens.cs (2)
24
private static readonly SyntaxToken s_seealsoToken = Identifier(DocumentationCommentXmlNames.
SeeAlsoElementName
);
120
case DocumentationCommentXmlNames.
SeeAlsoElementName
:
Syntax\SyntaxFactory.cs (2)
707
return XmlEmptyElement(DocumentationCommentXmlNames.
SeeAlsoElementName
).AddAttributes(XmlCrefAttribute(cref));
717
XmlElementSyntax element = XmlElement(DocumentationCommentXmlNames.
SeeAlsoElementName
, linkText);