1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
85
_node
= node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
88
public Boolean CanReduce { get { return
_node
.CanReduce; } }
89
public String DebugView { get { return
_node
.DebugView; } }
90
public Expression IfFalse { get { return
_node
.IfFalse; } }
91
public Expression IfTrue { get { return
_node
.IfTrue; } }
92
public ExpressionType NodeType { get { return
_node
.NodeType; } }
93
public Expression Test { get { return
_node
.Test; } }
94
public Type Type { get { return
_node
.Type; } }