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