24 references to Remoting
System.Data.Common (24)
System\Data\DataSet.cs (2)
1504(new XmlTreeGen(SchemaFormat.Remoting)).Save(this, writer); 1510(new XmlTreeGen(SchemaFormat.Remoting)).Save(table, writer);
System\Data\xmlsaver.cs (22)
608if (_schFormat == SchemaFormat.Remoting) 620if (_schFormat != SchemaFormat.Remoting) 643if (_schFormat != SchemaFormat.Remoting) 698if (((_ds != null) && (_ds.Namespace == top[i].Namespace)) || string.IsNullOrEmpty(top[i].Namespace) || (_schFormat == SchemaFormat.Remoting)) 738if ((_ds != null && _ds.Namespace == top[i].Namespace) || string.IsNullOrEmpty(top[i].Namespace) || (_schFormat == SchemaFormat.Remoting)) 808if (_schFormat != SchemaFormat.Remoting && _schFormat != SchemaFormat.RemotingSkipSchema) 951if (_schFormat != SchemaFormat.Remoting) 966if (_schFormat != SchemaFormat.Remoting) 1256string nSpace = (_schFormat != SchemaFormat.Remoting) ? stNode.Namespace : 1266type = stNode.ToNode(dc, _prefixes, (_schFormat == SchemaFormat.Remoting)); 1274if (_schFormat != SchemaFormat.Remoting) 1303type = stNode.ToNode(dc, _prefixes, _schFormat == SchemaFormat.Remoting); 1499if (_schFormat == SchemaFormat.Remoting) 1711if (_schFormat != SchemaFormat.Remoting) 1727if (((table.DataSet == null) || (_ds != null && table.Namespace != _ds.Namespace)) && (_schFormat == SchemaFormat.Remoting)) 1827if (!table.TypeName.IsEmpty && _schFormat != SchemaFormat.Remoting) 1850if (_schFormat != SchemaFormat.Remoting) 1944if ((childTable.Namespace == table.Namespace) || (childTable.Namespace.Length == 0) || _schFormat == SchemaFormat.Remoting) 1980if (_schFormat != SchemaFormat.Remoting) 2031if (_schFormat != SchemaFormat.Remoting) 2099if (_schFormat != SchemaFormat.Remoting) 2183if (_schFormat != SchemaFormat.Remoting)