5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundTreeRewriter.cs (1)
146left = binary.Update(binary.OperatorKind, binary.Data, binary.ResultKind, left, right, type);
BoundTree\Constructors.cs (2)
418return Update(operatorKind, uncommonData, resultKind, left, right, type); 423return Update(OperatorKind, uncommonData, ResultKind, Left, Right, Type);
BoundTree\NullabilityRewriter.cs (1)
57BoundBinaryOperator binary => binary.Update(
Generated\BoundNodes.xml.Generated.cs (1)
10642return node.Update(node.OperatorKind, node.Data, node.ResultKind, left, right, type);