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