3 writes to attributes
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24028
this.
attributes
= attributes;
24046
this.
attributes
= attributes;
24063
this.
attributes
= attributes;
4 references to attributes
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24071
public CoreSyntax.SyntaxList<XmlAttributeSyntax> Attributes => new CoreSyntax.SyntaxList<XmlAttributeSyntax>(this.
attributes
);
24079
2 => this.
attributes
,
24107
=> new XmlElementStartTagSyntax(this.Kind, this.lessThanToken, this.name, this.
attributes
, this.greaterThanToken, diagnostics, GetAnnotations());
24110
=> new XmlElementStartTagSyntax(this.Kind, this.lessThanToken, this.name, this.
attributes
, this.greaterThanToken, GetDiagnostics(), annotations);