3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6796
this.
argumentList
= argumentList;
6807
this.
argumentList
= argumentList;
6817
this.
argumentList
= argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6821
public ArgumentListSyntax ArgumentList => this.
argumentList
;
6827
1 => this.
argumentList
,
6854
=> new WithElementSyntax(this.Kind, this.withKeyword, this.
argumentList
, diagnostics, GetAnnotations());
6857
=> new WithElementSyntax(this.Kind, this.withKeyword, this.
argumentList
, GetDiagnostics(), annotations);