3 references to RemotingSkipSchema
System.Data.Common (3)
System\Data\DataSet.cs (1)
1500(new XmlTreeGen(SchemaFormat.RemotingSkipSchema)).Save(this, writer);
System\Data\xmlsaver.cs (2)
662if (top.Length == 0 || _schFormat == SchemaFormat.WebServiceSkipSchema || _schFormat == SchemaFormat.RemotingSkipSchema) 808if (_schFormat != SchemaFormat.Remoting && _schFormat != SchemaFormat.RemotingSkipSchema)