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)
79Debug.Assert(0 <= _offsetValue, "negative _offsetValue"); 142get { return _offsetValue; }