1 write to _node
System.Linq.Expressions (1)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
112
_node
= node;
10 references to _node
System.Linq.Expressions (10)
System\Linq\Expressions\Expression.DebuggerProxy.cs (10)
115
public bool CanReduce =>
_node
.CanReduce;
116
public string DebugView =>
_node
.DebugView;
117
public SymbolDocumentInfo Document =>
_node
.Document;
118
public int EndColumn =>
_node
.EndColumn;
119
public int EndLine =>
_node
.EndLine;
120
public bool IsClear =>
_node
.IsClear;
121
public ExpressionType NodeType =>
_node
.NodeType;
122
public int StartColumn =>
_node
.StartColumn;
123
public int StartLine =>
_node
.StartLine;
124
public Type Type =>
_node
.Type;