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