2 writes to _ds
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
2277_ds = ds; 2290_ds = null;
5 references to _ds
System.Data.Common (5)
System\Data\xmlsaver.cs (5)
2369new XmlDataTreeWriter(_ds!).SaveDiffgramData(_xmlw, _rowsOrder); 2375for (int i = 0; i < _ds!.Tables.Count; ++i) 2377GenerateTable(_ds.Tables[i]); 2393for (int i = 0; i < _ds!.Tables.Count; ++i) 2395GenerateTableErrors(_ds.Tables[i]);