2 writes to _stack
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (2)
110
_stack
= stack;
132
_stack
= Stack.NonEmpty;
1 reference to _stack
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
130
Result exp = _self.RewriteExpression(expression,
_stack
);