1 write to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6541this.ArgumentRefKindsOpt = argumentRefKindsOpt;
7 references to ArgumentRefKindsOpt
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); 17006new TreeDumperNode("argumentRefKindsOpt", node.ArgumentRefKindsOpt, null),