Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RewriteLambdaExpression()

static Result System.Linq.Expressions.Compiler.StackSpiller.RewriteLambdaExpression ( Expression expr)
inlinestaticprivate

Definition at line 673 of file StackSpiller.cs.

674 {
675 LambdaExpression lambdaExpression = (LambdaExpression)expr;
677 RewriteAction action = ((expr != lambdaExpression) ? RewriteAction.Copy : RewriteAction.None);
678 return new Result(action, expr);
679 }
static LambdaExpression AnalyzeLambda(LambdaExpression lambda)

References System.action, and System.Linq.Expressions.Compiler.StackSpiller.AnalyzeLambda().

Referenced by System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression().