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