1 instantiation of ExprBoundLambda
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
51new ExprBoundLambda(delegateType, argumentScope, expression);
7 references to ExprBoundLambda
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
192ExprBoundLambda boundLambda = GenerateBoundLambda(pScope, pResult); 371private static ExprBoundLambda GenerateBoundLambda(Scope pScope, Expr call)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
50public static ExprBoundLambda CreateAnonymousMethod(AggregateType delegateType, Scope argumentScope, Expr expression) =>
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (4)
13public static ExprBinOp Rewrite(ExprBoundLambda expr) => new ExpressionTreeRewriter().VisitBoundLambda(expr); 87private ExprBinOp VisitBoundLambda(ExprBoundLambda anonmeth) 169pArgument is ExprBoundLambda) 803private static Expr CreateWraps(ExprBoundLambda anonmeth)