Generated\BoundNodes.xml.Generated.cs (10)
7243public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7247var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9278return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9561public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9797public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10653public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12108public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14585public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14590BoundStackAllocArrayCreation updatedNode;
16886public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]