1 write to _targetTable
System.Data.Common (1)
System\Data\DataTable.cs (1)
6841
_targetTable
= table;
5 references to _targetTable
System.Data.Common (5)
System\Data\DataTable.cs (5)
6830
Debug.Assert(
_targetTable
== null, "do not reuse this section");
6849
if (
_targetTable
!= null)
6852
Debug.Assert(t_usedTables != null && t_usedTables.Contains(
_targetTable
), "missing Prepare before Cleanup");
6855
t_usedTables.Remove(
_targetTable
);
6860
_targetTable
._rowDiffId = null;