3 references to PN_OPINCREMENT
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
65new OperatorInfo(TokenKind.PlusPlus, PredefinedName.PN_OPINCREMENT, ExpressionKind.Add ),
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1581PredefinedName.PN_OPINCREMENT,
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
430new 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 }),