1 write to _offsetLength
System.Data (1)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
74_offsetLength = binding.obLength.ToInt32() + offset;
3 references to _offsetLength
System.Data (3)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (3)
78Debug.Assert(0 <= _offsetLength, "negative _offsetLength"); 164length = RowBinding.ReadIntPtr(_offsetLength).ToInt32(); 173RowBinding.WriteIntPtr(_offsetLength, (IntPtr)value);