3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2653
this.
argumentList
= argumentList;
2662
this.
argumentList
= argumentList;
2670
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2674
public BracketedArgumentListSyntax ArgumentList => this.
argumentList
;
2677
=> index == 0 ? this.
argumentList
: null;
2702
=> new ImplicitElementAccessSyntax(this.Kind, this.
argumentList
, diagnostics, GetAnnotations());
2705
=> new ImplicitElementAccessSyntax(this.Kind, this.
argumentList
, GetDiagnostics(), annotations);