1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
258
_node
= node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
261
public Expression Body { get { return
_node
.Body; } }
262
public LabelTarget BreakLabel { get { return
_node
.BreakLabel; } }
263
public Boolean CanReduce { get { return
_node
.CanReduce; } }
264
public LabelTarget ContinueLabel { get { return
_node
.ContinueLabel; } }
265
public String DebugView { get { return
_node
.DebugView; } }
266
public ExpressionType NodeType { get { return
_node
.NodeType; } }
267
public Type Type { get { return
_node
.Type; } }