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