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)
609if (_schFormat == SchemaFormat.Remoting) 621if (_schFormat != SchemaFormat.Remoting) 644if (_schFormat != SchemaFormat.Remoting) 699if (((_ds != null) && (_ds.Namespace == top[i].Namespace)) || string.IsNullOrEmpty(top[i].Namespace) || (_schFormat == SchemaFormat.Remoting)) 739if ((_ds != null && _ds.Namespace == top[i].Namespace) || string.IsNullOrEmpty(top[i].Namespace) || (_schFormat == SchemaFormat.Remoting)) 809if (_schFormat != SchemaFormat.Remoting && _schFormat != SchemaFormat.RemotingSkipSchema) 953if (_schFormat != SchemaFormat.Remoting) 968if (_schFormat != SchemaFormat.Remoting) 1263string nSpace = (_schFormat != SchemaFormat.Remoting) ? stNode.Namespace : 1273type = stNode.ToNode(dc, _prefixes, (_schFormat == SchemaFormat.Remoting)); 1281if (_schFormat != SchemaFormat.Remoting) 1310type = stNode.ToNode(dc, _prefixes, _schFormat == SchemaFormat.Remoting); 1507if (_schFormat == SchemaFormat.Remoting) 1720if (_schFormat != SchemaFormat.Remoting) 1737if (((table.DataSet == null) || (_ds != null && table.Namespace != _ds.Namespace)) && (_schFormat == SchemaFormat.Remoting)) 1837if (!table.TypeName.IsEmpty && _schFormat != SchemaFormat.Remoting) 1860if (_schFormat != SchemaFormat.Remoting) 1954if ((childTable.Namespace == table.Namespace) || (childTable.Namespace.Length == 0) || _schFormat == SchemaFormat.Remoting) 1990if (_schFormat != SchemaFormat.Remoting) 2041if (_schFormat != SchemaFormat.Remoting) 2109if (_schFormat != SchemaFormat.Remoting) 2193if (_schFormat != SchemaFormat.Remoting)