2 references to x_bSignMask
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
90
private const byte x_bReverseSignMask = unchecked((byte)~
x_bSignMask
);
830
return(m_bStatus &
x_bSignMask
) == x_bPositive;