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