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