1 write to _dataLength
System.Data.OleDb (1)
RowBinding.cs (1)
42
_dataLength
= dataLength;
5 references to _dataLength
System.Data.OleDb (5)
RowBinding.cs (5)
48
Debug.Assert(0 <
_dataLength
, "bad _dataLength");
49
Debug.Assert(_bindingCount * 3 * IntPtr.Size <=
_dataLength
, "_dataLength too small");
50
Debug.Assert(_headerLength +
_dataLength
<= _emptyStringOffset, "bad string offset");
51
Debug.Assert(_headerLength +
_dataLength
+ 8 <= length, "bad length");
99
OleDbHResult hr = iaccessor.CreateAccessor(flags, (IntPtr)rowBindStatus.Length, this, (IntPtr)
_dataLength
, out _accessorHandle, rowBindStatus);