4 writes to m_fNotNull
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (4)
52m_fNotNull = false; 63m_fNotNull = true; 497m_fNotNull = false; 501m_fNotNull = true;
2 references to m_fNotNull
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (2)
79get { return !m_fNotNull;} 88if (m_fNotNull)