4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Binder\UnionMatchingRewriter.cs (1)
146
return node.
Update
(subpatterns, node.HasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType);
BoundTree\BoundListPattern.cs (1)
16
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)
12574
return node.
Update
(subpatterns, node.HasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType);
15274
return node.
Update
(subpatterns, node.HasSlice, lengthAccess, indexerAccess, receiverPlaceholder, argumentPlaceholder, variable, variableAccess, inputType, narrowedType);