3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5642
this.
argumentList
= argumentList;
5658
this.
argumentList
= argumentList;
5673
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5684
public override ArgumentListSyntax ArgumentList => this.
argumentList
;
5692
1 => this.
argumentList
,
5720
=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.
argumentList
, this.initializer, diagnostics, GetAnnotations());
5723
=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.
argumentList
, this.initializer, GetDiagnostics(), annotations);