1 write to Arguments
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6539
this.
Arguments
= arguments;
10 references to Arguments
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Conversions.cs (6)
1093
: AnalyzedArguments.GetInstance(withElement.
Arguments
, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt);
1230
if (_node.WithElement?.
Arguments
.Length > 0 &&
1291
withElement.
Arguments
, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt);
1354
: AnalyzedArguments.GetInstance(@this._node.WithElement.
Arguments
, @this._node.WithElement.ArgumentRefKindsOpt, @this._node.WithElement.ArgumentNamesOpt);
1699
: AnalyzedArguments.GetInstance(withElement.
Arguments
, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt);
2290
var withArguments = node.WithElement?.
Arguments
?? [];
Generated\BoundNodes.xml.Generated.cs (4)
6553
if (arguments != this.
Arguments
|| argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt)
10787
this.VisitList(node.
Arguments
);
12219
ImmutableArray<BoundExpression> arguments = this.VisitList(node.
Arguments
);
17004
new TreeDumperNode("arguments", null, from x in node.
Arguments
select Visit(x, null)),