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