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