1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
439
_node
= node;
8 references to _node
System.Core (8)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (8)
442
public Boolean CanReduce { get { return
_node
.CanReduce; } }
443
public String DebugView { get { return
_node
.DebugView; } }
444
public Boolean IsLifted { get { return
_node
.IsLifted; } }
445
public Boolean IsLiftedToNull { get { return
_node
.IsLiftedToNull; } }
446
public MethodInfo Method { get { return
_node
.Method; } }
447
public ExpressionType NodeType { get { return
_node
.NodeType; } }
448
public Expression Operand { get { return
_node
.Operand; } }
449
public Type Type { get { return
_node
.Type; } }