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)
58Debug.Assert(0 < _dataLength, "bad _dataLength"); 59Debug.Assert(_bindingCount * 3 * IntPtr.Size <= _dataLength, "_dataLength too small"); 60Debug.Assert(_headerLength + _dataLength <= _emptyStringOffset, "bad string offset"); 61Debug.Assert(_headerLength + _dataLength + 8 <= length, "bad length"); 105hr = iaccessor.CreateAccessor(flags, (IntPtr)rowBindStatus.Length, this, (IntPtr)_dataLength, out _accessorHandle, rowBindStatus); // MDAC 69530