2 instantiations of BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_TupleOperators.cs (1)
392
.SelectAsArray((t, s) => (BoundExpression)new
BoundTupleOperandPlaceholder
(s, t.Type), expr.Syntax);
Generated\BoundNodes.xml.Generated.cs (1)
580
var result = new
BoundTupleOperandPlaceholder
(this.Syntax, type, this.HasErrors);
10 references to BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Generated\BoundNodes.xml.Generated.cs (10)
576
public
BoundTupleOperandPlaceholder
Update(TypeSymbol type)
580
var
result = new BoundTupleOperandPlaceholder(this.Syntax, type, this.HasErrors);
9112
return VisitTupleOperandPlaceholder((
BoundTupleOperandPlaceholder
)node, arg);
9586
public virtual R VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9827
public virtual BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => this.DefaultVisit(node);
10088
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => null;
11153
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12791
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12798
BoundTupleOperandPlaceholder
updatedNode = node.Update(infoAndType.Type!);
15532
public override TreeDumperNode VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, object? arg) => new TreeDumperNode("tupleOperandPlaceholder", null, new TreeDumperNode[]