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