4 references to AddAttributes
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxFactory.vb (4)
489
Return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).
AddAttributes
(XmlCrefAttribute(cref))
497
Return XmlEmptyElement(DocumentationCommentXmlNames.SeeAlsoElementName).
AddAttributes
(XmlCrefAttribute(cref))
732
Return XmlEmptyElement(DocumentationCommentXmlNames.ParameterReferenceElementName).
AddAttributes
(XmlNameAttribute(parameterName))
759
Return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).
AddAttributes
(attribute)