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)
6082Debug.Assert(_targetDS == null, "do not reuse this section"); 6108if (_targetDS != null) 6114for (int tableIndex = 0; tableIndex < _targetDS.Tables.Count; ++tableIndex) 6116DataTable table = _targetDS.Tables[tableIndex];