1 instantiation of BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
595
var result = new
BoundTupleOperandPlaceholder
(this.Syntax, type, this.HasErrors);
10 references to BoundTupleOperandPlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Generated\BoundNodes.xml.Generated.cs (10)
591
public
BoundTupleOperandPlaceholder
Update(TypeSymbol type)
595
var
result = new BoundTupleOperandPlaceholder(this.Syntax, type, this.HasErrors);
8847
return VisitTupleOperandPlaceholder((
BoundTupleOperandPlaceholder
)node, arg);
9311
public virtual R VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, A arg) => this.DefaultVisit(node, arg);
9547
public virtual BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => this.DefaultVisit(node);
9803
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node) => null;
10835
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12298
public override BoundNode? VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node)
12305
BoundTupleOperandPlaceholder
updatedNode = node.Update(infoAndType.Type!);
15019
public override TreeDumperNode VisitTupleOperandPlaceholder(
BoundTupleOperandPlaceholder
node, object? arg) => new TreeDumperNode("tupleOperandPlaceholder", null, new TreeDumperNode[]