8 references to x_bNegative
System.Data (8)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (8)
512m_bStatus |= ((sgnscl & 0x80000000) == 0x80000000)? x_bNegative:(byte)0; 545m_bStatus |= x_bNegative; 571m_bStatus |= x_bNegative; 620m_bStatus |= x_bNegative; 661m_bStatus |= x_bNegative; 682m_bStatus |= x_bNegative; 799m_bStatus |= x_bNegative; 841m_bStatus = (byte)(fPositive ? (m_bStatus & x_bReverseSignMask) : (m_bStatus | x_bNegative));