4 writes to m_fNotNull
System.Data.Common (4)
System\Data\SQLTypes\SQLDouble.cs (4)
31m_fNotNull = false; 44m_fNotNull = true; 413m_fNotNull = false; 418m_fNotNull = true;
2 references to m_fNotNull
System.Data.Common (2)
System\Data\SQLTypes\SQLDouble.cs (2)
51get { return !m_fNotNull; } 59if (m_fNotNull)