1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
439_node = node;
8 references to _node
System.Core (8)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (8)
442public Boolean CanReduce { get { return _node.CanReduce; } } 443public String DebugView { get { return _node.DebugView; } } 444public Boolean IsLifted { get { return _node.IsLifted; } } 445public Boolean IsLiftedToNull { get { return _node.IsLiftedToNull; } } 446public MethodInfo Method { get { return _node.Method; } } 447public ExpressionType NodeType { get { return _node.NodeType; } } 448public Expression Operand { get { return _node.Operand; } } 449public Type Type { get { return _node.Type; } }