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