1 instantiation of AndNode
System.Core (1)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
174
_tests.Push(new
AndNode
{ Node = node, Depth = depth });
2 references to AndNode
System.Core (2)
Microsoft\Scripting\Actions\BindingRestrictions.cs (2)
145
private readonly Stack<
AndNode
> _tests = new Stack<
AndNode
>();