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