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