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