3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4094
this.
argumentList
= argumentList;
4105
this.
argumentList
= argumentList;
4115
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4121
public ArgumentListSyntax ArgumentList => this.
argumentList
;
4127
1 => this.
argumentList
,
4154
=> new InvocationExpressionSyntax(this.Kind, this.expression, this.
argumentList
, diagnostics, GetAnnotations());
4157
=> new InvocationExpressionSyntax(this.Kind, this.expression, this.
argumentList
, GetDiagnostics(), annotations);