9 references to Break
System.Linq.Expressions (9)
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
690
GotoExpressionKind.
Break
=> "break",
System\Linq\Expressions\GotoExpression.cs (8)
107
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.Kind"/> equal to <see cref="GotoExpressionKind.
Break
"/>,
112
return MakeGoto(GotoExpressionKind.
Break
, target, null, typeof(void));
121
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.Kind"/> equal to <see cref="GotoExpressionKind.
Break
"/>,
127
return MakeGoto(GotoExpressionKind.
Break
, target, value, typeof(void));
136
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.Kind"/> equal to <see cref="GotoExpressionKind.
Break
"/>,
142
return MakeGoto(GotoExpressionKind.
Break
, target, null, type);
153
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.Kind"/> equal to <see cref="GotoExpressionKind.
Break
"/>,
160
return MakeGoto(GotoExpressionKind.
Break
, target, value, type);