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