5 references to Continue
System.Linq.Expressions (5)
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
691GotoExpressionKind.Continue => "continue",
System\Linq\Expressions\GotoExpression.cs (4)
168/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.Kind"/> equal to <see cref="GotoExpressionKind.Continue"/>, 174return MakeGoto(GotoExpressionKind.Continue, target, null, typeof(void)); 183/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.Kind"/> equal to <see cref="GotoExpressionKind.Continue"/>, 190return MakeGoto(GotoExpressionKind.Continue, target, null, type);