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)
2430
string prefix = (
_ds
!= null)?((
_ds
.Namespace.Length == 0 )? "" :
_ds
.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.Prefix);
2432
if (
_ds
== null ||
_ds
.DataSetName == null ||
_ds
.DataSetName.Length == 0)
2435
_xmlw.WriteStartElement(prefix, XmlConvert.EncodeLocalName(
_ds
.DataSetName),
_ds
.Namespace);
2468
string prefix = (
_ds
!= null)?((
_ds
.Namespace.Length == 0 )? "" :
_ds
.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.Prefix);
2470
if (!writeSchema &&
_ds
!= null &&
_ds
.fTopLevelTable && countTopTable == 1) {
2471
if (
_ds
.TopLevelTables()[0].Rows.Count == 1)
2477
if (
_ds
== null) {
2481
if (
_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);
2496
new XmlTreeGen(SchemaFormat.Public).Save(
_ds
,_xmlw);
2670
if (
_ds
!= null)