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