4 writes to m_fNotNull
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (4)
56m_fNotNull = false; 68m_fNotNull = true; 493m_fNotNull = false; 497m_fNotNull = true;
2 references to m_fNotNull
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (2)
77get { return !m_fNotNull;} 86if (m_fNotNull)