1 instantiation of ExprBoundLambda
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
57new ExprBoundLambda(delegateType, argumentScope, expression);
7 references to ExprBoundLambda
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
197ExprBoundLambda boundLambda = GenerateBoundLambda(pScope, pResult); 383private static ExprBoundLambda GenerateBoundLambda(Scope pScope, Expr call)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
56public static ExprBoundLambda CreateAnonymousMethod(AggregateType delegateType, Scope argumentScope, Expr expression) =>
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (4)
14public static ExprBinOp Rewrite(ExprBoundLambda expr) => new ExpressionTreeRewriter().VisitBoundLambda(expr); 88private ExprBinOp VisitBoundLambda(ExprBoundLambda anonmeth) 170pArgument is ExprBoundLambda) 804private static Expr CreateWraps(ExprBoundLambda anonmeth)