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