1 write to Node
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
174_tests.Push(new AndNode { Node = node, Depth = depth });
3 references to Node
System.Core (3)
Microsoft\Scripting\Actions\BindingRestrictions.cs (3)
162Expression result = _tests.Pop().Node; 164result = Expression.AndAlso(_tests.Pop().Node, result); 171node = Expression.AndAlso(_tests.Pop().Node, node);