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