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