3 writes to arguments
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16241
this.
arguments
= arguments;
16257
this.
arguments
= arguments;
16272
this.
arguments
= arguments;
4 references to arguments
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16281
public CoreSyntax.SeparatedSyntaxList<AttributeArgumentSyntax> Arguments => new CoreSyntax.SeparatedSyntaxList<AttributeArgumentSyntax>(new CoreSyntax.SyntaxList<CSharpSyntaxNode>(this.
arguments
));
16289
1 => this.
arguments
,
16317
=> new AttributeArgumentListSyntax(this.Kind, this.openParenToken, this.
arguments
, this.closeParenToken, diagnostics, GetAnnotations());
16320
=> new AttributeArgumentListSyntax(this.Kind, this.openParenToken, this.
arguments
, this.closeParenToken, GetDiagnostics(), annotations);