3 writes to _haveData
System.Data.OleDb (3)
RowBinding.cs (3)
61
_haveData
= true;
367
_haveData
= false;
464
_haveData
= false;
4 references to _haveData
System.Data.OleDb (4)
RowBinding.cs (4)
56
if (
_haveData
)
343
if (_needToReset &&
_haveData
)
396
Debug.Assert(IntPtr.Zero != buffer && _needToReset &&
_haveData
, "shouldn't be calling ResetValues");
594
if (_needToReset &&
_haveData
)