1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
304
_node
= node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
307
public ReadOnlyCollection<Expression> Arguments { get { return
_node
.Arguments; } }
308
public Boolean CanReduce { get { return
_node
.CanReduce; } }
309
public String DebugView { get { return
_node
.DebugView; } }
310
public MethodInfo Method { get { return
_node
.Method; } }
311
public ExpressionType NodeType { get { return
_node
.NodeType; } }
312
public Expression Object { get { return
_node
.Object; } }
313
public Type Type { get { return
_node
.Type; } }