5 references to NonEmpty
System.Core (5)
Microsoft\Scripting\Compiler\StackSpiller.cs (4)
171ChildRewriter cr = new ChildRewriter(this, Stack.NonEmpty, argNode.ArgumentCount); 436stack = Stack.NonEmpty; 592ChildRewriter cr = new ChildRewriter(this, Stack.NonEmpty, init.Arguments.Count); 650BindingRewriter rewriter = BindingRewriter.Create(binding, this, Stack.NonEmpty);
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
155_stack = Stack.NonEmpty;