3 instantiations of BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_TupleOperators.cs (2)
161
BoundExpression comparisonResult = new
BoundTupleOperandPlaceholder
(node, type);
391
.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);
9090
return VisitTupleOperandPlaceholder((
BoundTupleOperandPlaceholder
)node, arg);
9564
public virtual R VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9805
public virtual BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => this.DefaultVisit(node);
10066
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => null;
11143
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12784
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12791
BoundTupleOperandPlaceholder
updatedNode = node.Update(infoAndType.Type!);
15530
public override TreeDumperNode VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, object? arg) => new TreeDumperNode("tupleOperandPlaceholder", null, new TreeDumperNode[]