6 references to PM_EXPRESSION_MULTIPLY
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (4)
146
case PREDEFMETH.
PM_EXPRESSION_MULTIPLY
:
530
case PREDEFMETH.
PM_EXPRESSION_MULTIPLY
:
737
pm == PREDEFMETH.
PM_EXPRESSION_MULTIPLY
||
833
case PREDEFMETH.
PM_EXPRESSION_MULTIPLY
:
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
482
new PredefinedMethodInfo( PREDEFMETH.
PM_EXPRESSION_MULTIPLY
, PredefinedType.PT_EXPRESSION, PredefinedName.PN_MULTIPLY, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_BINARYEXPRESSION, 2, (int)PredefinedType.PT_EXPRESSION, (int)PredefinedType.PT_EXPRESSION }),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
398
ExpressionKind.Multiply => expr.isChecked() ? PREDEFMETH.PM_EXPRESSION_MULTIPLYCHECKED : PREDEFMETH.
PM_EXPRESSION_MULTIPLY
,