1 write to Kind
System.Linq.Expressions (1)
System\Linq\Expressions\GotoExpression.cs (1)
40
Kind
= kind;
21 references to Kind
System.Linq.Expressions (20)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
871
expr = Expression.MakeGoto(node.
Kind
, node.Target, value.Node, node.Type);
System\Linq\Expressions\DebugViewWriter.cs (1)
1004
Out("." + node.
Kind
.ToString(), Flow.Space);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
155
public GotoExpressionKind Kind => _node.
Kind
;
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
687
string op = node.
Kind
switch
System\Linq\Expressions\GotoExpression.cs (16)
96
return Expression.MakeGoto(
Kind
, target, value, Type);
107
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Break"/>,
121
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Break"/>,
136
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Break"/>,
153
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Break"/>,
168
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Continue"/>,
183
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Continue"/>,
198
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Return"/>,
213
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Return"/>,
229
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Return"/>,
246
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Return"/>,
261
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Goto"/>,
276
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Goto"/>,
292
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Goto"/>,
309
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <see cref="GotoExpressionKind.Goto"/>,
328
/// A <see cref="GotoExpression"/> with <see cref="GotoExpression.
Kind
"/> equal to <paramref name="kind"/>,
System.Linq.Queryable (1)
System\Linq\EnumerableRewriter.cs (1)
414
return Expression.MakeGoto(node.
Kind
, target, value, GetEquivalentType(typeof(EnumerableQuery).IsAssignableFrom(type) ? value.Type : type));