8 references to s_bNegative
System.Data.Common (8)
System\Data\SQLTypes\SQLDecimal.cs (8)
507_bStatus |= ((sgnscl & 0x80000000) == 0x80000000) ? s_bNegative : (byte)0; 539_bStatus |= s_bNegative; 564_bStatus |= s_bNegative; 613_bStatus |= s_bNegative; 653_bStatus |= s_bNegative; 673_bStatus |= s_bNegative; 802_bStatus |= s_bNegative; 841_bStatus = (byte)(fPositive ? (_bStatus & s_bReverseSignMask) : (_bStatus | s_bNegative));