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