1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
147
_node
= node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
150
public ReadOnlyCollection<Expression> Arguments { get { return
_node
.Arguments; } }
151
public CallSiteBinder Binder { get { return
_node
.Binder; } }
152
public Boolean CanReduce { get { return
_node
.CanReduce; } }
153
public String DebugView { get { return
_node
.DebugView; } }
154
public Type DelegateType { get { return
_node
.DelegateType; } }
155
public ExpressionType NodeType { get { return
_node
.NodeType; } }
156
public Type Type { get { return
_node
.Type; } }