2 writes to argumentList
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
9897
public AttributeArgumentListSyntax? ArgumentList => GetRed(ref this.
argumentList
, 1);
9903
1 => GetRed(ref this.
argumentList
, 1),
3 references to argumentList
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Syntax.Generated.cs (1)
9911
1 => this.
argumentList
,
Syntax\AttributeSyntax.cs (2)
27
if (
argumentList
!= null)
29
foreach (var argSyntax in
argumentList
.Arguments)