1 write to Node
System.Linq.Expressions (1)
System\Dynamic\BindingRestrictions.cs (1)
179
_tests.Push(new AndNode {
Node
= node, Depth = depth });
3 references to Node
System.Linq.Expressions (3)
System\Dynamic\BindingRestrictions.cs (3)
164
Expression result = _tests.Pop().
Node
;
167
result = Expression.AndAlso(_tests.Pop().
Node
, result);
176
node = Expression.AndAlso(_tests.Pop().
Node
, node);