1 write to _dataLength
System.Data (1)
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
52
_dataLength
= dataLength;
5 references to _dataLength
System.Data (5)
fx\src\data\System\Data\OleDb\RowBinding.cs (5)
58
Debug.Assert(0 <
_dataLength
, "bad _dataLength");
59
Debug.Assert(_bindingCount * 3 * IntPtr.Size <=
_dataLength
, "_dataLength too small");
60
Debug.Assert(_headerLength +
_dataLength
<= _emptyStringOffset, "bad string offset");
61
Debug.Assert(_headerLength +
_dataLength
+ 8 <= length, "bad length");
105
hr = iaccessor.CreateAccessor(flags, (IntPtr)rowBindStatus.Length, this, (IntPtr)
_dataLength
, out _accessorHandle, rowBindStatus); // MDAC 69530