1 write to _dt
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
2689_dt = dt;
10 references to _dt
System.Data.Common (10)
System\Data\xmlsaver.cs (10)
2789Debug.Assert(_ds != null || _dt != null); 2795string prefix = (_ds != null) ? ((_ds.Namespace.Length == 0) ? "" : _ds.Prefix) : ((_dt!.Namespace.Length == 0) ? "" : _dt.Prefix); 2798_xmlw.WriteStartElement(prefix, Keywords.DOCUMENTELEMENT, (_dt!.Namespace == null) ? "" : _dt.Namespace); 2832Debug.Assert(_ds != null || _dt != null); 2839string prefix = (_ds != null) ? ((_ds.Namespace.Length == 0) ? "" : _ds.Prefix) : ((_dt!.Namespace.Length == 0) ? "" : _dt.Prefix); 2851_xmlw.WriteStartElement(prefix, Keywords.DOCUMENTELEMENT, _dt!.Namespace); 2878new XmlTreeGen(SchemaFormat.Public).Save(null, _dt!, _xmlw, _writeHierarchy);