6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (3)
11470
return node.
Update
(argument, node.MethodOpt, node.IsExtensionMethod, node.WasTargetTyped, type);
13810
updatedNode = node.
Update
(argument, methodOpt, node.IsExtensionMethod, node.WasTargetTyped, infoAndType.Type!);
13815
updatedNode = node.
Update
(argument, methodOpt, node.IsExtensionMethod, node.WasTargetTyped, node.Type);
Lowering\LocalRewriter\LocalRewriter_DelegateCreationExpression.cs (1)
35
return node.
Update
(receiver, method, node.IsExtensionMethod, node.WasTargetTyped, node.Type);
Lowering\MethodToClassRewriter.cs (1)
589
return node.
Update
(rewrittenArgument, method, node.IsExtensionMethod, node.WasTargetTyped, type);
Lowering\SpillSequenceSpiller.cs (1)
1111
return UpdateExpression(builder, node.
Update
(argument, node.MethodOpt, node.IsExtensionMethod, node.WasTargetTyped, node.Type));