1 write to _node
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
326
_node
= node;
4 references to _node
System.Core (4)
Microsoft\Scripting\Actions\BindingRestrictions.cs (4)
330
get { return
_node
== Empty; }
334
get { return
_node
.ToExpression(); }
346
stack.Push(
_node
);
364
return
_node
.DebugView;