3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20902
this.
argumentList
= argumentList;
20915
this.
argumentList
= argumentList;
20927
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20934
public ArgumentListSyntax ArgumentList => this.
argumentList
;
20941
2 => this.
argumentList
,
20968
=> new ConstructorInitializerSyntax(this.Kind, this.colonToken, this.thisOrBaseKeyword, this.
argumentList
, diagnostics, GetAnnotations());
20971
=> new ConstructorInitializerSyntax(this.Kind, this.colonToken, this.thisOrBaseKeyword, this.
argumentList
, GetDiagnostics(), annotations);