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