2 writes to _ds
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
2267_ds = ds; 2280_ds = null;
5 references to _ds
System.Data.Common (5)
System\Data\xmlsaver.cs (5)
2357new XmlDataTreeWriter(_ds!).SaveDiffgramData(_xmlw, _rowsOrder); 2363for (int i = 0; i < _ds!.Tables.Count; ++i) 2365GenerateTable(_ds.Tables[i]); 2381for (int i = 0; i < _ds!.Tables.Count; ++i) 2383GenerateTableErrors(_ds.Tables[i]);