1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
243
_node
= node;
6 references to _node
System.Core (6)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (6)
246
public Boolean CanReduce { get { return
_node
.CanReduce; } }
247
public String DebugView { get { return
_node
.DebugView; } }
248
public ReadOnlyCollection<ElementInit> Initializers { get { return
_node
.Initializers; } }
249
public NewExpression NewExpression { get { return
_node
.NewExpression; } }
250
public ExpressionType NodeType { get { return
_node
.NodeType; } }
251
public Type Type { get { return
_node
.Type; } }