4 writes to m_fNotNull
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLByte.cs (4)
57m_fNotNull = false; 66m_fNotNull = true; 573m_fNotNull = false; 577m_fNotNull = true;
2 references to m_fNotNull
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLByte.cs (2)
74get { return !m_fNotNull;} 83if (m_fNotNull)