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