1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
101
_node
= node;
5 references to _node
System.Core (5)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (5)
104
public Boolean CanReduce { get { return
_node
.CanReduce; } }
105
public String DebugView { get { return
_node
.DebugView; } }
106
public ExpressionType NodeType { get { return
_node
.NodeType; } }
107
public Type Type { get { return
_node
.Type; } }
108
public Object Value { get { return
_node
.Value; } }