3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5642this.argumentList = argumentList; 5658this.argumentList = argumentList; 5673this.argumentList = argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5684public override ArgumentListSyntax ArgumentList => this.argumentList; 56921 => this.argumentList, 5720=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.argumentList, this.initializer, diagnostics, GetAnnotations()); 5723=> new ImplicitObjectCreationExpressionSyntax(this.Kind, this.newKeyword, this.argumentList, this.initializer, GetDiagnostics(), annotations);