2 instantiations of BoundArgList
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1346return new BoundArgList(node, runtimeArgumentHandleType, hasError);
Generated\BoundNodes.xml.Generated.cs (1)
3037var result = new BoundArgList(this.Syntax, type, this.HasErrors);
12 references to BoundArgList
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\AbstractFlowPass.cs (1)
1238public override BoundNode VisitArgList(BoundArgList node)
FlowAnalysis\NullableWalker.cs (1)
12063public override BoundNode? VisitArgList(BoundArgList node)
Generated\BoundNodes.xml.Generated.cs (10)
3033public BoundArgList Update(TypeSymbol type) 3037var result = new BoundArgList(this.Syntax, type, this.HasErrors); 9003return VisitArgList((BoundArgList)node, arg); 9399public virtual R VisitArgList(BoundArgList node, A arg) => this.DefaultVisit(node, arg); 9635public virtual BoundNode? VisitArgList(BoundArgList node) => this.DefaultVisit(node); 10069public override BoundNode? VisitArgList(BoundArgList node) => null; 11309public override BoundNode? VisitArgList(BoundArgList node) 13468public override BoundNode? VisitArgList(BoundArgList node) 13475BoundArgList updatedNode = node.Update(infoAndType.Type!); 15815public override TreeDumperNode VisitArgList(BoundArgList node, object? arg) => new TreeDumperNode("argList", null, new TreeDumperNode[]