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