24 references to Remoting
System.Data (24)
fx\src\data\System\Data\DataSet.cs (2)
1423(new XmlTreeGen(SchemaFormat.Remoting)).Save(this, writer); 1426(new XmlTreeGen(SchemaFormat.Remoting)).Save(table, writer);
fx\src\data\System\Data\xmlsaver.cs (22)
521if (schFormat == SchemaFormat.Remoting) { 530if (schFormat != SchemaFormat.Remoting) { 550if (schFormat != SchemaFormat.Remoting) { 599if (((_ds != null )&& (_ds.Namespace == top[i].Namespace)) || Common.ADP.IsEmpty(top[i].Namespace) || (schFormat == SchemaFormat.Remoting)) { 630if ((_ds != null && _ds.Namespace == top[i].Namespace) || Common.ADP.IsEmpty(top[i].Namespace) || (schFormat == SchemaFormat.Remoting)) 692if (schFormat != SchemaFormat.Remoting && schFormat != SchemaFormat.RemotingSkipSchema) { 810if (schFormat != SchemaFormat.Remoting) { 824if (schFormat != SchemaFormat.Remoting) { 1064string nSpace = (schFormat != SchemaFormat.Remoting) ? stNode.Namespace : 1074type = stNode.ToNode(dc, prefixes, (schFormat == SchemaFormat.Remoting)); 1080if (schFormat != SchemaFormat.Remoting) 1105type = stNode.ToNode(dc, prefixes, schFormat == SchemaFormat.Remoting); 1268if (schFormat == SchemaFormat.Remoting) 1468if (schFormat != SchemaFormat.Remoting) 1478if (((table.DataSet == null) || (_ds!= null && table.Namespace != _ds.Namespace)) && (schFormat == SchemaFormat.Remoting)) 1564if (!table.TypeName.IsEmpty && schFormat != SchemaFormat.Remoting) { 1583if (schFormat != SchemaFormat.Remoting) 1672if ((childTable.Namespace == table.Namespace) || (childTable.Namespace.Length == 0) || schFormat == SchemaFormat.Remoting) { 1708if (schFormat != SchemaFormat.Remoting) { 1756if (schFormat != SchemaFormat.Remoting) { 1815if (schFormat != SchemaFormat.Remoting) { 1889if (schFormat != SchemaFormat.Remoting) {