1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
37
_node
= node;
10 references to _node
System.Core (10)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (10)
40
public Boolean CanReduce { get { return
_node
.CanReduce; } }
41
public LambdaExpression Conversion { get { return
_node
.Conversion; } }
42
public String DebugView { get { return
_node
.DebugView; } }
43
public Boolean IsLifted { get { return
_node
.IsLifted; } }
44
public Boolean IsLiftedToNull { get { return
_node
.IsLiftedToNull; } }
45
public Expression Left { get { return
_node
.Left; } }
46
public MethodInfo Method { get { return
_node
.Method; } }
47
public ExpressionType NodeType { get { return
_node
.NodeType; } }
48
public Expression Right { get { return
_node
.Right; } }
49
public Type Type { get { return
_node
.Type; } }