3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5745
this.
argumentList
= argumentList;
5766
this.
argumentList
= argumentList;
5786
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5800
public override ArgumentListSyntax? ArgumentList => this.
argumentList
;
5809
2 => this.
argumentList
,
5837
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.
argumentList
, this.initializer, diagnostics, GetAnnotations());
5840
=> new ObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.type, this.
argumentList
, this.initializer, GetDiagnostics(), annotations);