2 references to x_bPositive
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
830
return(m_bStatus & x_bSignMask) ==
x_bPositive
;
2931
m_bStatus = (byte) (x_bNotNull |
x_bPositive
);