3 references to PN_OPINCREMENT
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
65
new OperatorInfo(TokenKind.PlusPlus, PredefinedName.
PN_OPINCREMENT
, ExpressionKind.Add ),
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1581
PredefinedName.
PN_OPINCREMENT
,
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
430
new PredefinedMethodInfo( PREDEFMETH.PM_DECIMAL_OPINCREMENT, PredefinedType.PT_DECIMAL, PredefinedName.
PN_OPINCREMENT
, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_DECIMAL, 1, (int)PredefinedType.PT_DECIMAL }),