4 writes to m_fNotNull
System.Data.Common (4)
System\Data\SQLTypes\SQLByte.cs (4)
32m_fNotNull = false; 39m_fNotNull = true; 497m_fNotNull = false; 502m_fNotNull = true;
2 references to m_fNotNull
System.Data.Common (2)
System\Data\SQLTypes\SQLByte.cs (2)
45get { return !m_fNotNull; } 53if (m_fNotNull)