5 references to NonEmpty
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
132_stack = Stack.NonEmpty;
System\Linq\Expressions\Compiler\StackSpiller.cs (4)
169var cr = new ChildRewriter(this, Stack.NonEmpty, node.ArgumentCount); 476stack = Stack.NonEmpty; 643var cr = new ChildRewriter(this, Stack.NonEmpty, init.Arguments.Count); 721BindingRewriter rewriter = BindingRewriter.Create(binding, this, Stack.NonEmpty);