Generated\BoundNodes.xml.Generated.cs (10)
6945public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
6949var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
8877return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9151public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9379public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10210public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
11485public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
13855public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
13860BoundStackAllocArrayCreation updatedNode;
16076public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]