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