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)
178
if (
_action
== RewriteAction.SpillStack) {
196
get { return
_action
!= RewriteAction.None; }
200
get { return
_action
; }
206
if (
_action
== RewriteAction.SpillStack) {
212
return new Result(
_action
, expr);