1 write to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6320this.ArgumentRefKindsOpt = argumentRefKindsOpt;
7 references to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (1)
764var arguments = AnalyzedArguments.GetInstance(node.Arguments, node.ArgumentRefKindsOpt, node.ArgumentNamesOpt);
Binder\Binder_Expressions.cs (1)
5671var arguments = AnalyzedArguments.GetInstance(node.Arguments, node.ArgumentRefKindsOpt, node.ArgumentNamesOpt);
Generated\BoundNodes.xml.Generated.cs (5)
6337if (arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || initializerOpt != this.InitializerOpt || binder != this.Binder) 11948return node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.InitializerOpt, node.Binder); 14204updatedNode = node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.InitializerOpt, node.Binder); 14209updatedNode = node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.InitializerOpt, node.Binder); 16639new TreeDumperNode("argumentRefKindsOpt", node.ArgumentRefKindsOpt, null),