6 writes to rowDiffId
System.Data (6)
fx\src\data\System\Data\DataTable.cs (6)
2621rowDiffId = null; 6043table.rowDiffId = null; 6061_targetTable.rowDiffId = null; 6100table.rowDiffId = null; 6123table.rowDiffId = null; 6139rowDiffId = new Hashtable();
5 references to rowDiffId
System.Data (5)
fx\src\data\System\Data\DataTable.cs (5)
2620Debug.Assert(null == rowDiffId, "wasn't previously cleared"); 6031Debug.Assert(table.rowDiffId == null, "rowDiffId wasn't previously cleared"); 6099Debug.Assert(table.rowDiffId == null, "rowDiffId wasn't previously cleared"); 6138if (rowDiffId == null) 6140return rowDiffId;