Generated\BoundNodes.xml.Generated.cs (9)
8323public BoundListPattern Update(ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder, BoundListPatternIndexPlaceholder? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, TypeSymbol inputType, TypeSymbol narrowedType)
8327var result = new BoundListPattern(this.Syntax, subpatterns, hasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType, this.HasErrors);
9404return VisitListPattern((BoundListPattern)node, arg);
9664public virtual R VisitListPattern(BoundListPattern node, A arg) => this.DefaultVisit(node, arg);
9902public virtual BoundNode? VisitListPattern(BoundListPattern node) => this.DefaultVisit(node);
10859public override BoundNode? VisitListPattern(BoundListPattern node)
12393public override BoundNode? VisitListPattern(BoundListPattern node)
15069public override BoundNode? VisitListPattern(BoundListPattern node)
17279public override TreeDumperNode VisitListPattern(BoundListPattern node, object? arg) => new TreeDumperNode("listPattern", null, new TreeDumperNode[]