7 references to _tests
System.Linq.Expressions (7)
System\Dynamic\BindingRestrictions.cs (7)
164Expression result = _tests.Pop().Node; 165while (_tests.Count > 0) 167result = Expression.AndAlso(_tests.Pop().Node, result); 174while (_tests.Count > 0 && _tests.Peek().Depth == depth) 176node = Expression.AndAlso(_tests.Pop().Node, node); 179_tests.Push(new AndNode { Node = node, Depth = depth });