Generated\BoundNodes.xml.Generated.cs (9)
8393public BoundListPattern Update(ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder, BoundListPatternIndexPlaceholder? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, TypeSymbol inputType, TypeSymbol narrowedType)
8397var result = new BoundListPattern(this.Syntax, subpatterns, hasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType, this.HasErrors);
9511return VisitListPattern((BoundListPattern)node, arg);
9775public virtual R VisitListPattern(BoundListPattern node, A arg) => this.DefaultVisit(node, arg);
10016public virtual BoundNode? VisitListPattern(BoundListPattern node) => this.DefaultVisit(node);
10998public override BoundNode? VisitListPattern(BoundListPattern node)
12555public override BoundNode? VisitListPattern(BoundListPattern node)
15253public override BoundNode? VisitListPattern(BoundListPattern node)
17507public override TreeDumperNode VisitListPattern(BoundListPattern node, object? arg) => new TreeDumperNode("listPattern", null, new TreeDumperNode[]