1 write to _offsetLength
System.Data.OleDb (1)
ColumnBinding.cs (1)
73
_offsetLength
= binding.obLength.ToInt32() + offset;
3 references to _offsetLength
System.Data.OleDb (3)
ColumnBinding.cs (3)
77
Debug.Assert(0 <=
_offsetLength
, "negative _offsetLength");
182
length = RowBinding.ReadIntPtr(
_offsetLength
).ToInt32();
193
RowBinding.WriteIntPtr(
_offsetLength
, (IntPtr)value);