1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
179
_node
= node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
182
public ReadOnlyCollection<Expression> Arguments { get { return
_node
.Arguments; } }
183
public Boolean CanReduce { get { return
_node
.CanReduce; } }
184
public String DebugView { get { return
_node
.DebugView; } }
185
public PropertyInfo Indexer { get { return
_node
.Indexer; } }
186
public ExpressionType NodeType { get { return
_node
.NodeType; } }
187
public Expression Object { get { return
_node
.Object; } }
188
public Type Type { get { return
_node
.Type; } }