5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (3)
11294
return node.
Update
(targetMethod, constrainedToTypeOpt, type);
13101
updatedNode = node.
Update
(targetMethod, constrainedToTypeOpt, infoAndType.Type!);
13106
updatedNode = node.
Update
(targetMethod, constrainedToTypeOpt, node.Type);
Lowering\ClosureConversion\ClosureConversion.cs (1)
1396
return node.
Update
(remappedMethod, constrainedToTypeOpt: node.ConstrainedToTypeOpt, node.Type);
Lowering\ExtensionMethodReferenceRewriter.cs (1)
238
return node.
Update
(targetMethod, constrainedToTypeOpt, type);