1 instantiation of ExpressionTreeRewriter
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
13public static ExprBinOp Rewrite(ExprBoundLambda expr) => new ExpressionTreeRewriter().VisitBoundLambda(expr);
1 reference to ExpressionTreeRewriter
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
195ExprBinOp exprTree = ExpressionTreeRewriter.Rewrite(boundLambda);