3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (2)
11454return node.Update(type); 13503BoundThisReference updatedNode = node.Update(infoAndType.Type!);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
960return node.Update(VisitType(node.Type));