1 write to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6291this.ArgumentRefKindsOpt = argumentRefKindsOpt;
6 references to ArgumentRefKindsOpt
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
5523var arguments = AnalyzedArguments.GetInstance(node.Arguments, node.ArgumentRefKindsOpt, node.ArgumentNamesOpt);
Generated\BoundNodes.xml.Generated.cs (5)
6308if (arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || initializerOpt != this.InitializerOpt || binder != this.Binder) 11762return node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.InitializerOpt, node.Binder); 13993updatedNode = node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.InitializerOpt, node.Binder); 13998updatedNode = node.Update(arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.InitializerOpt, node.Binder); 16434new TreeDumperNode("argumentRefKindsOpt", node.ArgumentRefKindsOpt, null),