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