Generated\BoundNodes.xml.Generated.cs (9)
8325public BoundListPattern Update(ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder, BoundListPatternIndexPlaceholder? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, TypeSymbol inputType, TypeSymbol narrowedType)
8329var result = new BoundListPattern(this.Syntax, subpatterns, hasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType, this.HasErrors);
9406return VisitListPattern((BoundListPattern)node, arg);
9666public virtual R VisitListPattern(BoundListPattern node, A arg) => this.DefaultVisit(node, arg);
9904public virtual BoundNode? VisitListPattern(BoundListPattern node) => this.DefaultVisit(node);
10861public override BoundNode? VisitListPattern(BoundListPattern node)
12395public override BoundNode? VisitListPattern(BoundListPattern node)
15071public override BoundNode? VisitListPattern(BoundListPattern node)
17282public override TreeDumperNode VisitListPattern(BoundListPattern node, object? arg) => new TreeDumperNode("listPattern", null, new TreeDumperNode[]