Generated\BoundNodes.xml.Generated.cs (9)
8228public BoundListPattern Update(ImmutableArray<BoundPattern> subpatterns, bool hasSlice, BoundExpression? lengthAccess, BoundExpression? indexerAccess, BoundListPatternReceiverPlaceholder? receiverPlaceholder, BoundListPatternIndexPlaceholder? argumentPlaceholder, Symbol? variable, BoundExpression? variableAccess, TypeSymbol inputType, TypeSymbol narrowedType)
8232var result = new BoundListPattern(this.Syntax, subpatterns, hasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType, this.HasErrors);
9305return VisitListPattern((BoundListPattern)node, arg);
9563public virtual R VisitListPattern(BoundListPattern node, A arg) => this.DefaultVisit(node, arg);
9799public virtual BoundNode? VisitListPattern(BoundListPattern node) => this.DefaultVisit(node);
10748public override BoundNode? VisitListPattern(BoundListPattern node)
12271public override BoundNode? VisitListPattern(BoundListPattern node)
14930public override BoundNode? VisitListPattern(BoundListPattern node)
17123public override TreeDumperNode VisitListPattern(BoundListPattern node, object? arg) => new TreeDumperNode("listPattern", null, new TreeDumperNode[]