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)
164Expression result = _tests.Pop().Node; 167result = Expression.AndAlso(_tests.Pop().Node, result); 176node = Expression.AndAlso(_tests.Pop().Node, node);