3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16151
this.
argumentList
= argumentList;
16166
this.
argumentList
= argumentList;
16180
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16186
public AttributeArgumentListSyntax? ArgumentList => this.
argumentList
;
16192
1 => this.
argumentList
,
16219
=> new AttributeSyntax(this.Kind, this.name, this.
argumentList
, diagnostics, GetAnnotations());
16222
=> new AttributeSyntax(this.Kind, this.name, this.
argumentList
, GetDiagnostics(), annotations);