5 references to Kind
System.Core (5)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
979Out("." + node.Kind.ToString(), Flow.Space);
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
168public GotoExpressionKind Kind { get { return _node.Kind; } }
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
717Out(node.Kind.ToString().ToLower(CultureInfo.CurrentCulture));
Microsoft\Scripting\Ast\GotoExpression.cs (1)
127return Expression.MakeGoto(Kind, target, value, Type);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
772expr = Expression.MakeGoto(node.Kind, node.Target, value.Node, node.Type);