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