3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (2)
10885
return node.
Update
(type);
12498
BoundAwaitableValuePlaceholder updatedNode = node.
Update
(infoAndType.Type);
Lowering\MethodToClassRewriter.cs (1)
265
var rewrittenPlaceholder = awaitablePlaceholder.
Update
(VisitType(awaitablePlaceholder.Type));