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