3 instantiations of BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_TupleOperators.cs (2)
161
BoundExpression comparisonResult = new
BoundTupleOperandPlaceholder
(node, type);
392
.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);
8893
return VisitTupleOperandPlaceholder((
BoundTupleOperandPlaceholder
)node, arg);
9357
public virtual R VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9593
public virtual BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => this.DefaultVisit(node);
9849
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => null;
10889
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12495
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12502
BoundTupleOperandPlaceholder
updatedNode = node.Update(infoAndType.Type!);
15192
public override TreeDumperNode VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, object? arg) => new TreeDumperNode("tupleOperandPlaceholder", null, new TreeDumperNode[]