5 references to Loop
System.Linq.Expressions (5)
System\Linq\Expressions\LoopExpression.cs (2)
73
return Expression.
Loop
(body, breakLabel, continueLabel);
97
return
Loop
(body, @break, @continue: null);
System\Runtime\CompilerServices\CallSite.cs (3)
480
Expression.
Loop
(
578
Expression.
Loop
(
641
Expression.
Loop
(