1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
37_node = node;
10 references to _node
System.Core (10)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (10)
40public Boolean CanReduce { get { return _node.CanReduce; } } 41public LambdaExpression Conversion { get { return _node.Conversion; } } 42public String DebugView { get { return _node.DebugView; } } 43public Boolean IsLifted { get { return _node.IsLifted; } } 44public Boolean IsLiftedToNull { get { return _node.IsLiftedToNull; } } 45public Expression Left { get { return _node.Left; } } 46public MethodInfo Method { get { return _node.Method; } } 47public ExpressionType NodeType { get { return _node.NodeType; } } 48public Expression Right { get { return _node.Right; } } 49public Type Type { get { return _node.Type; } }