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