Generated\BoundNodes.xml.Generated.cs (10)
7214public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7218var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9245return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9528public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9764public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10621public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12076public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14549public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14554BoundStackAllocArrayCreation updatedNode;
16859public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]