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);
9480return VisitStackAllocArrayCreation((BoundStackAllocArrayCreation)node, arg);
9770public virtual R VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, A arg) => this.DefaultVisit(node, arg);
10011public virtual BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node) => this.DefaultVisit(node);
10882public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
12364public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14869public override BoundNode? VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node)
14874BoundStackAllocArrayCreation updatedNode;
17223public override TreeDumperNode VisitStackAllocArrayCreation(BoundStackAllocArrayCreation node, object? arg) => new TreeDumperNode("stackAllocArrayCreation", null, new TreeDumperNode[]