2 references to x_bNullMask
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
85private const byte x_bReverseNullMask = unchecked((byte)~x_bNullMask); 813get { return(m_bStatus & x_bNullMask) == x_bIsNull;}