6 references to WithStartTag
Microsoft.CodeAnalysis.CSharp (6)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14890
public XmlElementSyntax AddStartTagAttributes(params XmlAttributeSyntax[] items) =>
WithStartTag
(this.StartTag.WithAttributes(this.StartTag.Attributes.AddRange(items)));
Syntax\SyntaxFactory.cs (5)
748
return element.
WithStartTag
(element.StartTag.AddAttributes(XmlTextAttribute(DocumentationCommentXmlNames.HrefAttributeName, linkAddress.ToString())));
890
return element.
WithStartTag
(element.StartTag.AddAttributes(XmlCrefAttribute(cref)));
911
return element.
WithStartTag
(element.StartTag.AddAttributes(XmlCrefAttribute(cref)));
930
return element.
WithStartTag
(element.StartTag);
973
return element.
WithStartTag
(element.StartTag.AddAttributes(XmlNameAttribute(parameterName)));