1 write to _action
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
131_action |= exp.Action;
6 references to _action
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (6)
53/// rewrite action in <see cref="_action"/> is set to SpillStack. 201if (_action == RewriteAction.SpillStack) 297internal bool Rewrite => _action != RewriteAction.None; 303internal RewriteAction Action => _action; 377if (_action == RewriteAction.SpillStack) 384return new Result(_action, expression);