3 writes to attributes
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24216
this.
attributes
= attributes;
24234
this.
attributes
= attributes;
24251
this.
attributes
= attributes;
4 references to attributes
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24259
public CoreSyntax.SyntaxList<XmlAttributeSyntax> Attributes => new CoreSyntax.SyntaxList<XmlAttributeSyntax>(this.
attributes
);
24267
2 => this.
attributes
,
24295
=> new XmlEmptyElementSyntax(this.Kind, this.lessThanToken, this.name, this.
attributes
, this.slashGreaterThanToken, diagnostics, GetAnnotations());
24298
=> new XmlEmptyElementSyntax(this.Kind, this.lessThanToken, this.name, this.
attributes
, this.slashGreaterThanToken, GetDiagnostics(), annotations);