3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2481
this.
argumentList
= argumentList;
2490
this.
argumentList
= argumentList;
2498
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2502
public BracketedArgumentListSyntax ArgumentList => this.
argumentList
;
2505
=> index == 0 ? this.
argumentList
: null;
2530
=> new ElementBindingExpressionSyntax(this.Kind, this.
argumentList
, diagnostics, GetAnnotations());
2533
=> new ElementBindingExpressionSyntax(this.Kind, this.
argumentList
, GetDiagnostics(), annotations);