1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
147_node = node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
150public ReadOnlyCollection<Expression> Arguments { get { return _node.Arguments; } } 151public CallSiteBinder Binder { get { return _node.Binder; } } 152public Boolean CanReduce { get { return _node.CanReduce; } } 153public String DebugView { get { return _node.DebugView; } } 154public Type DelegateType { get { return _node.DelegateType; } } 155public ExpressionType NodeType { get { return _node.NodeType; } } 156public Type Type { get { return _node.Type; } }