Generated\BoundNodes.xml.Generated.cs (10)
7217public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7221var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9248return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9531public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9767public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10622public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12074public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14560public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14565BoundStackAllocArrayCreation updatedNode;
16868public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]