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)
169
var cr = new ChildRewriter(this, Stack.
NonEmpty
, node.ArgumentCount);
476
stack = Stack.
NonEmpty
;
643
var cr = new ChildRewriter(this, Stack.
NonEmpty
, init.Arguments.Count);
721
BindingRewriter rewriter = BindingRewriter.Create(binding, this, Stack.
NonEmpty
);