3 writes to _ds
System.Data (3)
fx\src\data\System\Data\xmlsaver.cs (3)
2328_ds = ds; 2336_ds = ds; 2351_ds = dt.DataSet;
22 references to _ds
System.Data (22)
fx\src\data\System\Data\xmlsaver.cs (22)
2430string prefix = (_ds!= null)?(( _ds.Namespace.Length == 0 )? "" : _ds.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.Prefix); 2432if (_ds == null || _ds.DataSetName == null || _ds.DataSetName.Length == 0) 2435_xmlw.WriteStartElement(prefix, XmlConvert.EncodeLocalName(_ds.DataSetName), _ds.Namespace); 2468string prefix = (_ds!= null)?(( _ds.Namespace.Length == 0 )? "" : _ds.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.Prefix); 2470if (!writeSchema && _ds != null && _ds.fTopLevelTable && countTopTable == 1) { 2471if (_ds.TopLevelTables()[0].Rows.Count == 1) 2477if (_ds == null) { 2481if (_ds.DataSetName == null || _ds.DataSetName.Length == 0) 2482_xmlw.WriteStartElement(prefix, Keywords.DOCUMENTELEMENT, _ds.Namespace); 2484_xmlw.WriteStartElement(prefix, XmlConvert.EncodeLocalName(_ds.DataSetName), _ds.Namespace); 2496new XmlTreeGen(SchemaFormat.Public).Save(_ds,_xmlw); 2670if (_ds != null)