2 writes to _dt
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (2)
2337_dt = dt; 2344_dt = dt;
8 references to _dt
System.Data (8)
fx\src\data\System\Data\xmlsaver.cs (8)
2430string prefix = (_ds!= null)?(( _ds.Namespace.Length == 0 )? "" : _ds.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.Prefix); 2433_xmlw.WriteStartElement(prefix, Keywords.DOCUMENTELEMENT, ( _dt.Namespace == null) ? "":_dt.Namespace); 2468string prefix = (_ds!= null)?(( _ds.Namespace.Length == 0 )? "" : _ds.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.Prefix); 2478_xmlw.WriteStartElement(prefix, Keywords.DOCUMENTELEMENT, _dt.Namespace); 2499new XmlTreeGen(SchemaFormat.Public).Save( null, _dt, _xmlw, this._writeHierarchy);