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)
118public Boolean CanReduce { get { return _node.CanReduce; } } 119public String DebugView { get { return _node.DebugView; } } 120public SymbolDocumentInfo Document { get { return _node.Document; } } 121public Int32 EndColumn { get { return _node.EndColumn; } } 122public Int32 EndLine { get { return _node.EndLine; } } 123public Boolean IsClear { get { return _node.IsClear; } } 124public ExpressionType NodeType { get { return _node.NodeType; } } 125public Int32 StartColumn { get { return _node.StartColumn; } } 126public Int32 StartLine { get { return _node.StartLine; } } 127public Type Type { get { return _node.Type; } }