1 write to Node
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
174
_tests.Push(new AndNode {
Node
= node, Depth = depth });
3 references to Node
System.Core (3)
Microsoft\Scripting\Actions\BindingRestrictions.cs (3)
162
Expression result = _tests.Pop().
Node
;
164
result = Expression.AndAlso(_tests.Pop().
Node
, result);
171
node = Expression.AndAlso(_tests.Pop().
Node
, node);