4 writes to _fNotNull
System.Data.Common (4)
System\Data\SQLTypes\SQLSingle.cs (4)
28
_fNotNull
= false;
40
_fNotNull
= true;
423
_fNotNull
= false;
428
_fNotNull
= true;
2 references to _fNotNull
System.Data.Common (2)
System\Data\SQLTypes\SQLSingle.cs (2)
52
get { return !
_fNotNull
; }
60
if (
_fNotNull
)