3 references to PN_OPUNARYMINUS
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
62new OperatorInfo(TokenKind.Minus, PredefinedName.PN_OPUNARYMINUS, ExpressionKind.Negate ),
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1595PredefinedName.PN_OPUNARYMINUS,
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
431new PredefinedMethodInfo( PREDEFMETH.PM_DECIMAL_OPUNARYMINUS, PredefinedType.PT_DECIMAL, PredefinedName.PN_OPUNARYMINUS, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_DECIMAL, 1, (int)PredefinedType.PT_DECIMAL }),