6 references to PM_EXPRESSION_MULTIPLY
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (4)
145
case PREDEFMETH.
PM_EXPRESSION_MULTIPLY
:
529
case PREDEFMETH.
PM_EXPRESSION_MULTIPLY
:
736
pm == PREDEFMETH.
PM_EXPRESSION_MULTIPLY
||
832
case PREDEFMETH.
PM_EXPRESSION_MULTIPLY
:
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
472
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)
397
ExpressionKind.Multiply => expr.isChecked() ? PREDEFMETH.PM_EXPRESSION_MULTIPLYCHECKED : PREDEFMETH.
PM_EXPRESSION_MULTIPLY
,