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)
1102: AnalyzedArguments.GetInstance(withElement.Arguments, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt); 1248if (_node.WithElement?.Arguments.Length > 0 && 1309withElement.Arguments, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt); 1378: AnalyzedArguments.GetInstance(@this._node.WithElement.Arguments, @this._node.WithElement.ArgumentRefKindsOpt, @this._node.WithElement.ArgumentNamesOpt); 1724: AnalyzedArguments.GetInstance(withElement.Arguments, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt); 2315var withArguments = node.WithElement?.Arguments ?? [];
Generated\BoundNodes.xml.Generated.cs (4)
6553if (arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt) 10785this.VisitList(node.Arguments); 12217ImmutableArray<BoundExpression> arguments = this.VisitList(node.Arguments); 17002new TreeDumperNode("arguments", null, from x in node.Arguments select Visit(x, null)),