2 references to WithAttributes
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
14890
public XmlElementSyntax AddStartTagAttributes(params XmlAttributeSyntax[] items) => WithStartTag(this.StartTag.
WithAttributes
(this.StartTag.Attributes.AddRange(items)));
14954
public XmlElementStartTagSyntax AddAttributes(params XmlAttributeSyntax[] items) =>
WithAttributes
(this.Attributes.AddRange(items));