6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (3)
11897
return node.
Update
(argument, node.MethodOpt, node.IsExtensionMethod, node.WasTargetTyped, type);
14329
updatedNode = node.
Update
(argument, methodOpt, node.IsExtensionMethod, node.WasTargetTyped, infoAndType.Type!);
14334
updatedNode = node.
Update
(argument, methodOpt, node.IsExtensionMethod, node.WasTargetTyped, node.Type);
Lowering\LocalRewriter\LocalRewriter_DelegateCreationExpression.cs (1)
37
return node.
Update
(receiver, method, node.IsExtensionMethod, node.WasTargetTyped, node.Type);
Lowering\MethodToClassRewriter.cs (1)
598
return node.
Update
(rewrittenArgument, method, node.IsExtensionMethod, node.WasTargetTyped, type);
Lowering\SpillSequenceSpiller.cs (1)
1209
return UpdateExpression(builder, node.
Update
(argument, node.MethodOpt, node.IsExtensionMethod, node.WasTargetTyped, node.Type));