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