Generated\BoundNodes.xml.Generated.cs (10)
7198public BoundStackAllocArrayCreation Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol? type)
7202var result = new BoundStackAllocArrayCreation(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
9229return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9512public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
9748public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10603public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12055public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14541public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14546BoundStackAllocArrayCreation updatedNode;
16849public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]