2 references to BoundArgList
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1339
return new
BoundArgList
(node, runtimeArgumentHandleType, hasError);
Generated\BoundNodes.xml.Generated.cs (1)
3053
var result = new
BoundArgList
(this.Syntax, type, this.HasErrors);