2 references to Continue
System.Core (2)
Microsoft\Scripting\Ast\GotoExpression.cs (2)
199
return MakeGoto(GotoExpressionKind.
Continue
, target, null, typeof(void));
214
return MakeGoto(GotoExpressionKind.
Continue
, target, null, type);