3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18991
this.
argumentList
= argumentList;
19002
this.
argumentList
= argumentList;
19012
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19016
public ArgumentListSyntax ArgumentList => this.
argumentList
;
19022
1 => this.
argumentList
,
19049
=> new PrimaryConstructorBaseTypeSyntax(this.Kind, this.type, this.
argumentList
, diagnostics, GetAnnotations());
19052
=> new PrimaryConstructorBaseTypeSyntax(this.Kind, this.type, this.
argumentList
, GetDiagnostics(), annotations);