3 writes to argumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16151this.argumentList = argumentList; 16166this.argumentList = argumentList; 16180this.argumentList = argumentList;
4 references to argumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16186public AttributeArgumentListSyntax? ArgumentList => this.argumentList; 161921 => this.argumentList, 16219=> new AttributeSyntax(this.Kind, this.name, this.argumentList, diagnostics, GetAnnotations()); 16222=> new AttributeSyntax(this.Kind, this.name, this.argumentList, GetDiagnostics(), annotations);