1 write to _targetDS
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
6085
_targetDS
= ds;
4 references to _targetDS
System.Data (4)
fx\src\data\System\Data\DataTable.cs (4)
6082
Debug.Assert(
_targetDS
== null, "do not reuse this section");
6108
if (
_targetDS
!= null)
6114
for (int tableIndex = 0; tableIndex <
_targetDS
.Tables.Count; ++tableIndex)
6116
DataTable table =
_targetDS
.Tables[tableIndex];