Generated\BoundNodes.xml.Generated.cs (10)
7222public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7226var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9253return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9536public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9772public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10628public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12082public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14554public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14559BoundStackAllocArrayCreation updatedNode;
16853public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]