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