3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4173
this.
argumentList
= argumentList;
4184
this.
argumentList
= argumentList;
4194
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4200
public BracketedArgumentListSyntax ArgumentList => this.
argumentList
;
4206
1 => this.
argumentList
,
4233
=> new ElementAccessExpressionSyntax(this.Kind, this.expression, this.
argumentList
, diagnostics, GetAnnotations());
4236
=> new ElementAccessExpressionSyntax(this.Kind, this.expression, this.
argumentList
, GetDiagnostics(), annotations);