2 instantiations of BoundArgList
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1378
return new
BoundArgList
(node, runtimeArgumentHandleType, hasError);
Generated\BoundNodes.xml.Generated.cs (1)
3109
var result = new
BoundArgList
(this.Syntax, type, this.HasErrors);
12 references to BoundArgList
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\AbstractFlowPass.cs (1)
1239
public override BoundNode VisitArgList(
BoundArgList
node)
FlowAnalysis\NullableWalker.cs (1)
13182
public override BoundNode? VisitArgList(
BoundArgList
node)
Generated\BoundNodes.xml.Generated.cs (10)
3105
public
BoundArgList
Update(TypeSymbol type)
3109
var
result = new BoundArgList(this.Syntax, type, this.HasErrors);
9248
return VisitArgList((
BoundArgList
)node, arg);
9653
public virtual R VisitArgList(
BoundArgList
node, A arg) => this.DefaultVisit(node, arg);
9894
public virtual BoundNode? VisitArgList(
BoundArgList
node) => this.DefaultVisit(node);
10335
public override BoundNode? VisitArgList(
BoundArgList
node) => null;
11607
public override BoundNode? VisitArgList(
BoundArgList
node)
13795
public override BoundNode? VisitArgList(
BoundArgList
node)
13802
BoundArgList
updatedNode = node.Update(infoAndType.Type!);
16170
public override TreeDumperNode VisitArgList(
BoundArgList
node, object? arg) => new TreeDumperNode("argList", null, new TreeDumperNode[]