1 write to _action
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
154_action |= exp.Action;
5 references to _action
System.Core (5)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (5)
178if (_action == RewriteAction.SpillStack) { 196get { return _action != RewriteAction.None; } 200get { return _action; } 206if (_action == RewriteAction.SpillStack) { 212return new Result(_action, expr);