4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Binder\UnionMatchingRewriter.cs (1)
313
return node.
Update
(disjunction: true, preboundLeft, right, inputType: node.InputType, narrowedType: node.NarrowedType);
BoundTree\BoundTreeRewriter.cs (1)
375
left = binary.
Update
(binary.Disjunction, left, right, VisitType(binary.InputType), VisitType(binary.NarrowedType));
BoundTree\NullabilityRewriter.cs (1)
163
currentBinary = currentBinary.
Update
(currentBinary.Disjunction, leftChild, right, inputType, narrowedType);
Generated\BoundNodes.xml.Generated.cs (1)
12625
return node.
Update
(node.Disjunction, left, right, inputType, narrowedType);