2 references to BoundArgListOperator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
320
return new
BoundArgListOperator
(node, arguments, refKinds, null, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3084
var result = new
BoundArgListOperator
(this.Syntax, arguments, argumentRefKindsOpt, type, this.HasErrors);