2 instantiations of BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_TupleOperators.cs (1)
385
.SelectAsArray((t, s) => (BoundExpression)new
BoundTupleOperandPlaceholder
(s, t.Type), expr.Syntax);
Generated\BoundNodes.xml.Generated.cs (1)
577
var result = new
BoundTupleOperandPlaceholder
(this.Syntax, type, this.HasErrors);
10 references to BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Generated\BoundNodes.xml.Generated.cs (10)
573
public
BoundTupleOperandPlaceholder
Update(TypeSymbol type)
577
var
result = new BoundTupleOperandPlaceholder(this.Syntax, type, this.HasErrors);
8875
return VisitTupleOperandPlaceholder((
BoundTupleOperandPlaceholder
)node, arg);
9339
public virtual R VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9575
public virtual BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => this.DefaultVisit(node);
9831
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => null;
10870
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12474
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12481
BoundTupleOperandPlaceholder
updatedNode = node.Update(infoAndType.Type!);
15171
public override TreeDumperNode VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, object? arg) => new TreeDumperNode("tupleOperandPlaceholder", null, new TreeDumperNode[]