10 references to Update
Microsoft.CodeAnalysis.CSharp (10)
CodeGen\Optimizer.cs (1)
1612
return node.
Update
(receiver, node.HasValueMethodOpt, whenNotNull, whenNull, node.Id, node.ForceCopyOfNullableValueType, node.Type);
Generated\BoundNodes.xml.Generated.cs (3)
11849
return node.
Update
(receiver, hasValueMethodOpt, whenNotNull, whenNullOpt, node.Id, node.ForceCopyOfNullableValueType, type);
14030
updatedNode = node.
Update
(receiver, hasValueMethodOpt, whenNotNull, whenNullOpt, node.Id, node.ForceCopyOfNullableValueType, infoAndType.Type!);
14035
updatedNode = node.
Update
(receiver, hasValueMethodOpt, whenNotNull, whenNullOpt, node.Id, node.ForceCopyOfNullableValueType, node.Type);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
579
result = conditionalLeft!.
Update
(
1990
return conditionalAccess.
Update
(conditionalAccess.Receiver, conditionalAccess.HasValueMethodOpt, whenNotNull, whenNull, conditionalAccess.Id, conditionalAccess.ForceCopyOfNullableValueType, whenNotNull.Type!);
Lowering\LocalRewriter\LocalRewriter_NullCoalescingOperator.cs (1)
120
return conditionalAccess.
Update
(
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
278
return conditionalLeft.
Update
(
Lowering\SpillSequenceSpiller.cs (1)
1278
return UpdateExpression(receiverBuilder, node.
Update
(receiver, node.HasValueMethodOpt, whenNotNull, whenNullOpt, node.Id, node.ForceCopyOfNullableValueType, node.Type));
Lowering\SyntheticBoundNodeFactory.cs (1)
1882
return conditionalAccess.
Update
(conditionalAccess.Receiver, conditionalAccess.HasValueMethodOpt, whenNotNull, whenNull, conditionalAccess.Id, conditionalAccess.ForceCopyOfNullableValueType, whenNotNull.Type);