3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20902this.argumentList = argumentList; 20915this.argumentList = argumentList; 20927this.argumentList = argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20934public ArgumentListSyntax ArgumentList => this.argumentList; 209412 => 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);