1 implementation of Rewrite
System.Linq.Expressions (1)
System\Linq\Expressions\DynamicExpression.cs (1)
482Expression IDynamicExpression.Rewrite(Expression[] args) => Rewrite(args);
1 reference to Rewrite
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
178return cr.Finish(cr.Rewrite ? node.Rewrite(cr[0, -1]!) : expr);