1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
424
_node
= node;
6 references to _node
System.Core (6)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (6)
427
public Boolean CanReduce { get { return
_node
.CanReduce; } }
428
public String DebugView { get { return
_node
.DebugView; } }
429
public Expression Expression { get { return
_node
.Expression; } }
430
public ExpressionType NodeType { get { return
_node
.NodeType; } }
431
public Type Type { get { return
_node
.Type; } }
432
public Type TypeOperand { get { return
_node
.TypeOperand; } }