3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundListPattern.cs (1)
15
return
Update
(subpatterns, this.HasSlice, this.LengthAccess, this.IndexerAccess, this.ReceiverPlaceholder, this.ArgumentPlaceholder, this.Variable, this.VariableAccess, this.InputType, this.NarrowedType);
Generated\BoundNodes.xml.Generated.cs (2)
12282
return node.
Update
(subpatterns, node.HasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType);
14941
return node.
Update
(subpatterns, node.HasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType);