1 write to _targetDS
System.Data.Common (1)
System\Data\DataTable.cs (1)
6884
_targetDS
= ds;
4 references to _targetDS
System.Data.Common (4)
System\Data\DataTable.cs (4)
6881
Debug.Assert(
_targetDS
== null, "do not reuse this section");
6906
if (
_targetDS
!= null)
6912
for (int tableIndex = 0; tableIndex <
_targetDS
.Tables.Count; ++tableIndex)
6914
DataTable table =
_targetDS
.Tables[tableIndex];