5 writes to _nextRowID
System.Data.Common (5)
System\Data\DataTable.cs (5)
168
_nextRowID
= 1;
852
_nextRowID
++;
2777
_nextRowID
= checked(proposedID + 1);
2792
_nextRowID
= proposedID;
3311
_nextRowID
= checked(proposedID + 1);
6 references to _nextRowID
System.Data.Common (6)
System\Data\DataTable.cs (6)
851
row.rowID =
_nextRowID
;
2771
proposedID =
_nextRowID
;
2775
if (rollbackOnException = (
_nextRowID
<= proposedID))
2790
if (rollbackOnException && (
_nextRowID
== proposedID + 1))
3305
proposedID =
_nextRowID
;
3309
if (
_nextRowID
<= proposedID)