4 references to SeeElementName
Microsoft.CodeAnalysis.CSharp (4)
Parser\DocumentationCommentXmlTokens.cs (2)
16private static readonly SyntaxToken s_seeToken = Identifier(DocumentationCommentXmlNames.SeeElementName); 80if (text == DocumentationCommentXmlNames.SeeElementName)
Syntax\SyntaxFactory.cs (2)
698return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).AddAttributes(XmlCrefAttribute(cref)); 972return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).AddAttributes(