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.
201
if (
_action
== RewriteAction.SpillStack)
297
internal bool Rewrite =>
_action
!= RewriteAction.None;
303
internal RewriteAction Action =>
_action
;
377
if (
_action
== RewriteAction.SpillStack)
384
return new Result(
_action
, expression);