Generated\BoundNodes.xml.Generated.cs (10)
7241public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7245var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9276return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9559public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9795public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10651public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12106public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14583public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14588BoundStackAllocArrayCreation updatedNode;
16883public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]