5 references to Loop
System.Core (5)
Microsoft\Scripting\Actions\CallSite.cs (3)
495
Expression.
Loop
(
619
Expression.
Loop
(
704
Expression.
Loop
(
Microsoft\Scripting\Ast\LoopExpression.cs (2)
104
return Expression.
Loop
(body, breakLabel, continueLabel);
125
return
Loop
(body, @break, null);