4 references to XmlCrefAttribute
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxFactory.cs (4)
699
return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).AddAttributes(
XmlCrefAttribute
(cref));
708
return XmlEmptyElement(DocumentationCommentXmlNames.SeeAlsoElementName).AddAttributes(
XmlCrefAttribute
(cref));
861
return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)));
882
return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)));