3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (2)
11377return node.Update(node.Locals, condition, body, node.BreakLabel, node.ContinueLabel); 13415return node.Update(locals, condition, body, node.BreakLabel, node.ContinueLabel);
Lowering\MethodToClassRewriter.cs (1)
197return node.Update(newLocals, condition, body, node.BreakLabel, node.ContinueLabel);