7 references to _tests
System.Core (7)
Microsoft\Scripting\Actions\BindingRestrictions.cs (7)
162Expression result = _tests.Pop().Node; 163while (_tests.Count > 0) { 164result = Expression.AndAlso(_tests.Pop().Node, result); 170while (_tests.Count > 0 && _tests.Peek().Depth == depth) { 171node = Expression.AndAlso(_tests.Pop().Node, node); 174_tests.Push(new AndNode { Node = node, Depth = depth });