7 writes to _fNotNull
System.Data.Common (7)
System\Data\SQLTypes\SQLMoney.cs (7)
42
_fNotNull
= false;
52
_fNotNull
= true;
61
_fNotNull
= true;
72
_fNotNull
= true;
95
_fNotNull
= true;
569
_fNotNull
= false;
574
_fNotNull
= money._fNotNull;
3 references to _fNotNull
System.Data.Common (3)
System\Data\SQLTypes\SQLMoney.cs (3)
112
get { return !
_fNotNull
; }
122
if (
_fNotNull
)
574
_fNotNull = money.
_fNotNull
;