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)
56if (_haveData) 343if (_needToReset && _haveData) 396Debug.Assert(IntPtr.Zero != buffer && _needToReset && _haveData, "shouldn't be calling ResetValues"); 594if (_needToReset && _haveData)