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)
78
Debug.Assert(0 <=
_offsetLength
, "negative _offsetLength");
164
length = RowBinding.ReadIntPtr(
_offsetLength
).ToInt32();
173
RowBinding.WriteIntPtr(
_offsetLength
, (IntPtr)value);