1 write to ArgumentNamesOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6540this.ArgumentNamesOpt = argumentNamesOpt;
7 references to ArgumentNamesOpt
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (4)
1093: AnalyzedArguments.GetInstance(withElement.Arguments, withElement.ArgumentRefKindsOpt, withElement.ArgumentNamesOpt); 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);
Generated\BoundNodes.xml.Generated.cs (3)
6553if (arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt) 12220return node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt); 17005new TreeDumperNode("argumentNamesOpt", node.ArgumentNamesOpt, null),