1 write to Arguments
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6504
this.
Arguments
= arguments;
10 references to Arguments
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Conversions.cs (6)
1043
: AnalyzedArguments.GetInstance(withElement.
Arguments
, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt);
1180
if (_node.WithElement?.
Arguments
.Length > 0 &&
1241
withElement.
Arguments
, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt);
1304
: AnalyzedArguments.GetInstance(@this._node.WithElement.
Arguments
, @this._node.WithElement.ArgumentRefKindsOpt, @this._node.WithElement.ArgumentNamesOpt);
1648
: AnalyzedArguments.GetInstance(withElement.
Arguments
, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt);
2237
var withArguments = node.WithElement?.
Arguments
?? [];
Generated\BoundNodes.xml.Generated.cs (4)
6518
if (arguments != this.
Arguments
|| argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt)
10646
this.VisitList(node.
Arguments
);
12061
ImmutableArray<BoundExpression> arguments = this.VisitList(node.
Arguments
);
16793
new TreeDumperNode("arguments", null, from x in node.
Arguments
select Visit(x, null)),