5 references to PM_EXPRESSION_LAMBDA
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (2)
58
Debug.Assert(((ExprCall)binOp.OptionalRightChild).PredefinedMethod == PREDEFMETH.
PM_EXPRESSION_LAMBDA
);
99
case PREDEFMETH.
PM_EXPRESSION_LAMBDA
:
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
463
new PredefinedMethodInfo( PREDEFMETH.
PM_EXPRESSION_LAMBDA
, PredefinedType.PT_EXPRESSION, PredefinedName.PN_LAMBDA, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 1, new int[] { (int)PredefinedType.PT_G_EXPRESSION, (int)MethodSignatureEnum.SIG_METH_TYVAR, 0, 2, (int)PredefinedType.PT_EXPRESSION, (int)MethodSignatureEnum.SIG_SZ_ARRAY, (int)PredefinedType.PT_PARAMETEREXPRESSION }),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
91
MethodSymbol lambdaMethod = GetPreDefMethod(PREDEFMETH.
PM_EXPRESSION_LAMBDA
);
106
call.PredefinedMethod = PREDEFMETH.
PM_EXPRESSION_LAMBDA
;