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)
115public bool CanReduce => _node.CanReduce; 116public string DebugView => _node.DebugView; 117public SymbolDocumentInfo Document => _node.Document; 118public int EndColumn => _node.EndColumn; 119public int EndLine => _node.EndLine; 120public bool IsClear => _node.IsClear; 121public ExpressionType NodeType => _node.NodeType; 122public int StartColumn => _node.StartColumn; 123public int StartLine => _node.StartLine; 124public Type Type => _node.Type;