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