24 references to Remoting
System.Data.Common (24)
System\Data\DataSet.cs (2)
1518
(new XmlTreeGen(SchemaFormat.
Remoting
)).Save(this, writer);
1524
(new XmlTreeGen(SchemaFormat.
Remoting
)).Save(table, writer);
System\Data\xmlsaver.cs (22)
609
if (_schFormat == SchemaFormat.
Remoting
)
621
if (_schFormat != SchemaFormat.
Remoting
)
644
if (_schFormat != SchemaFormat.
Remoting
)
699
if (((_ds != null) && (_ds.Namespace == top[i].Namespace)) || string.IsNullOrEmpty(top[i].Namespace) || (_schFormat == SchemaFormat.
Remoting
))
739
if ((_ds != null && _ds.Namespace == top[i].Namespace) || string.IsNullOrEmpty(top[i].Namespace) || (_schFormat == SchemaFormat.
Remoting
))
809
if (_schFormat != SchemaFormat.
Remoting
&& _schFormat != SchemaFormat.RemotingSkipSchema)
953
if (_schFormat != SchemaFormat.
Remoting
)
968
if (_schFormat != SchemaFormat.
Remoting
)
1263
string nSpace = (_schFormat != SchemaFormat.
Remoting
) ? stNode.Namespace :
1273
type = stNode.ToNode(dc, _prefixes, (_schFormat == SchemaFormat.
Remoting
));
1281
if (_schFormat != SchemaFormat.
Remoting
)
1310
type = stNode.ToNode(dc, _prefixes, _schFormat == SchemaFormat.
Remoting
);
1507
if (_schFormat == SchemaFormat.
Remoting
)
1720
if (_schFormat != SchemaFormat.
Remoting
)
1737
if (((table.DataSet == null) || (_ds != null && table.Namespace != _ds.Namespace)) && (_schFormat == SchemaFormat.
Remoting
))
1837
if (!table.TypeName.IsEmpty && _schFormat != SchemaFormat.
Remoting
)
1860
if (_schFormat != SchemaFormat.
Remoting
)
1954
if ((childTable.Namespace == table.Namespace) || (childTable.Namespace.Length == 0) || _schFormat == SchemaFormat.
Remoting
)
1990
if (_schFormat != SchemaFormat.
Remoting
)
2041
if (_schFormat != SchemaFormat.
Remoting
)
2109
if (_schFormat != SchemaFormat.
Remoting
)
2193
if (_schFormat != SchemaFormat.
Remoting
)