Generated\BoundNodes.xml.Generated.cs (10)
7350public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7354var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9478return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9768public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
10009public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10880public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12362public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14867public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14872BoundStackAllocArrayCreation updatedNode;
17221public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]