6 writes to _rowDiffId
System.Data.Common (6)
System\Data\DataTable.cs (6)
2843
_rowDiffId
= null;
6842
table.
_rowDiffId
= null;
6860
_targetTable.
_rowDiffId
= null;
6898
table.
_rowDiffId
= null;
6920
table.
_rowDiffId
= null;
6937
return
_rowDiffId
??= new Hashtable();
3 references to _rowDiffId
System.Data.Common (3)
System\Data\DataTable.cs (3)
2842
Debug.Assert(null ==
_rowDiffId
, "wasn't previously cleared");
6832
Debug.Assert(table.
_rowDiffId
== null, "rowDiffId wasn't previously cleared");
6897
Debug.Assert(table.
_rowDiffId
== null, "rowDiffId wasn't previously cleared");