5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (3)
11014
return node.
Update
(targetMethod, constrainedToTypeOpt, type);
12774
updatedNode = node.
Update
(targetMethod, constrainedToTypeOpt, infoAndType.Type!);
12779
updatedNode = node.
Update
(targetMethod, constrainedToTypeOpt, node.Type);
Lowering\ClosureConversion\ClosureConversion.cs (1)
1381
return node.
Update
(remappedMethod, constrainedToTypeOpt: node.ConstrainedToTypeOpt, node.Type);
Lowering\ExtensionMethodReferenceRewriter.cs (1)
229
return node.
Update
(targetMethod, constrainedToTypeOpt, type);