1 write to _offsetValue
System.Data (1)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
75
_offsetValue
= binding.obValue.ToInt32() + offset;
2 references to _offsetValue
System.Data (2)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (2)
79
Debug.Assert(0 <=
_offsetValue
, "negative _offsetValue");
142
get { return
_offsetValue
; }