Generated\BoundNodes.xml.Generated.cs (10)
7330public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7334var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9458return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9748public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9989public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10872public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12357public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14867public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14872BoundStackAllocArrayCreation updatedNode;
17224public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]