6 references to PM_EXPRESSION_DIVIDE
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (4)
136
case PREDEFMETH.
PM_EXPRESSION_DIVIDE
:
511
case PREDEFMETH.
PM_EXPRESSION_DIVIDE
:
727
pm == PREDEFMETH.
PM_EXPRESSION_DIVIDE
||
823
case PREDEFMETH.
PM_EXPRESSION_DIVIDE
:
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
452
new PredefinedMethodInfo( PREDEFMETH.
PM_EXPRESSION_DIVIDE
, PredefinedType.PT_EXPRESSION, PredefinedName.PN_DIVIDE, 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)
396
ExpressionKind.Divide => PREDEFMETH.
PM_EXPRESSION_DIVIDE
,