4 references to XmlCrefAttribute
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxFactory.vb (4)
489
Return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).AddAttributes(
XmlCrefAttribute
(cref))
497
Return XmlEmptyElement(DocumentationCommentXmlNames.SeeAlsoElementName).AddAttributes(
XmlCrefAttribute
(cref))
648
Return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)))
667
Return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)))