1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
390
_node
= node;
8 references to _node
System.Core (8)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (8)
393
public Boolean CanReduce { get { return
_node
.CanReduce; } }
394
public ReadOnlyCollection<SwitchCase> Cases { get { return
_node
.Cases; } }
395
public MethodInfo Comparison { get { return
_node
.Comparison; } }
396
public String DebugView { get { return
_node
.DebugView; } }
397
public Expression DefaultBody { get { return
_node
.DefaultBody; } }
398
public ExpressionType NodeType { get { return
_node
.NodeType; } }
399
public Expression SwitchValue { get { return
_node
.SwitchValue; } }
400
public Type Type { get { return
_node
.Type; } }