Generated\BoundNodes.xml.Generated.cs (10)
7206public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7210var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9237return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9520public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9756public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10611public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12064public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14535public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14540BoundStackAllocArrayCreation updatedNode;
16843public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]