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