1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
258_node = node;
7 references to _node
System.Core (7)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (7)
261public Expression Body { get { return _node.Body; } } 262public LabelTarget BreakLabel { get { return _node.BreakLabel; } } 263public Boolean CanReduce { get { return _node.CanReduce; } } 264public LabelTarget ContinueLabel { get { return _node.ContinueLabel; } } 265public String DebugView { get { return _node.DebugView; } } 266public ExpressionType NodeType { get { return _node.NodeType; } } 267public Type Type { get { return _node.Type; } }