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