5 writes to nextRowID
System.Data (5)
fx\src\data\System\Data\DataTable.cs (5)
185
nextRowID
= 1;
770
nextRowID
++;
2562
nextRowID
= checked(proposedID + 1);
2573
nextRowID
= proposedID;
3016
nextRowID
= checked(proposedID + 1);
6 references to nextRowID
System.Data (6)
fx\src\data\System\Data\DataTable.cs (6)
769
row.rowID =
nextRowID
;
2557
proposedID = this.
nextRowID
;
2561
if (rollbackOnException = (
nextRowID
<= proposedID)) { // WebData 109005
2572
if (rollbackOnException && (
nextRowID
== proposedID+1)) {
3012
proposedID =
nextRowID
;
3015
if (
nextRowID
<= proposedID)