3 writes to _nextValueForRetrieval
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
698
_nextValueForRetrieval
= 0;
1027
_nextValueForRetrieval
= binding.Index;
1325
_nextValueForRetrieval
= 0;
6 references to _nextValueForRetrieval
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (6)
986
else if (_sequentialAccess && (ordinal <
_nextValueForRetrieval
)) {
987
throw ADP.NonSequentialColumnAccess(ordinal,
_nextValueForRetrieval
);
1009
if (
_nextValueForRetrieval
!= binding.Index) { // release old value
1010
_metadata[
_nextValueForRetrieval
].columnBinding.ResetValue();
1305
Debug.Assert(0 ==
_nextValueForRetrieval
, "incorrect state for nextValueForRetrieval");
1680
Debug.Assert(
_nextValueForRetrieval
<= columnBindings[0].Index, "backwards retrieval");