1 write to _targetTable
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
6042
_targetTable
= table;
3 references to _targetTable
System.Data (3)
fx\src\data\System\Data\DataTable.cs (3)
6029
Debug.Assert(
_targetTable
== null, "do not reuse this section");
6050
if (
_targetTable
!= null)
6061
_targetTable
.rowDiffId = null;