4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (2)
10888
return node.
Update
(type);
12506
BoundAwaitableValuePlaceholder updatedNode = node.
Update
(infoAndType.Type);
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (2)
128
var rewrittenPlaceholder = awaitablePlaceholder.
Update
(VisitType(awaitablePlaceholder.Type));
142
rewrittenRuntimeAsyncAwaitCallPlaceholder = runtimeAsyncAwaitCallPlaceholder!.
Update
(VisitType(runtimeAsyncAwaitCallPlaceholder.Type));