1 write to _node
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
115
_node
= node;
10 references to _node
System.Core (10)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (10)
118
public Boolean CanReduce { get { return
_node
.CanReduce; } }
119
public String DebugView { get { return
_node
.DebugView; } }
120
public SymbolDocumentInfo Document { get { return
_node
.Document; } }
121
public Int32 EndColumn { get { return
_node
.EndColumn; } }
122
public Int32 EndLine { get { return
_node
.EndLine; } }
123
public Boolean IsClear { get { return
_node
.IsClear; } }
124
public ExpressionType NodeType { get { return
_node
.NodeType; } }
125
public Int32 StartColumn { get { return
_node
.StartColumn; } }
126
public Int32 StartLine { get { return
_node
.StartLine; } }
127
public Type Type { get { return
_node
.Type; } }