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)
48Debug.Assert(0 < _dataLength, "bad _dataLength"); 49Debug.Assert(_bindingCount * 3 * IntPtr.Size <= _dataLength, "_dataLength too small"); 50Debug.Assert(_headerLength + _dataLength <= _emptyStringOffset, "bad string offset"); 51Debug.Assert(_headerLength + _dataLength + 8 <= length, "bad length"); 99OleDbHResult hr = iaccessor.CreateAccessor(flags, (IntPtr)rowBindStatus.Length, this, (IntPtr)_dataLength, out _accessorHandle, rowBindStatus);