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