6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\BoundTreeRewriter.cs (2)
252
return node.
Update
(node.OperatorKind, VisitBinaryOperatorData(node), node.ResultKind, (BoundExpression)this.Visit(node.Left), (BoundExpression)this.Visit(node.Right), this.VisitType(node.Type));
282
left = binary.
Update
(binary.OperatorKind, VisitBinaryOperatorData(binary), binary.ResultKind, left, right, type);
BoundTree\Constructors.cs (2)
448
return
Update
(operatorKind, uncommonData, resultKind, left, right, type);
453
return
Update
(OperatorKind, uncommonData, ResultKind, Left, Right, Type);
BoundTree\NullabilityRewriter.cs (1)
100
BoundBinaryOperator binary => binary.
Update
(
Generated\BoundNodes.xml.Generated.cs (1)
11075
return node.
Update
(node.OperatorKind, node.Data, node.ResultKind, left, right, type);