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