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