3 writes to attributes
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15961
this.
attributes
= attributes;
15982
this.
attributes
= attributes;
16002
this.
attributes
= attributes;
4 references to attributes
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16013
public CoreSyntax.SeparatedSyntaxList<AttributeSyntax> Attributes => new CoreSyntax.SeparatedSyntaxList<AttributeSyntax>(new CoreSyntax.SyntaxList<CSharpSyntaxNode>(this.
attributes
));
16022
2 => this.
attributes
,
16050
=> new AttributeListSyntax(this.Kind, this.openBracketToken, this.target, this.
attributes
, this.closeBracketToken, diagnostics, GetAnnotations());
16053
=> new AttributeListSyntax(this.Kind, this.openBracketToken, this.target, this.
attributes
, this.closeBracketToken, GetDiagnostics(), annotations);