3 references to RemotingSkipSchema
System.Data (3)
fx\src\data\System\Data\DataSet.cs (1)
1421(new XmlTreeGen(SchemaFormat.RemotingSkipSchema)).Save(this, writer);
fx\src\data\System\Data\xmlsaver.cs (2)
566if (top.Length == 0 || schFormat == SchemaFormat.WebServiceSkipSchema || schFormat == SchemaFormat.RemotingSkipSchema) { 692if (schFormat != SchemaFormat.Remoting && schFormat != SchemaFormat.RemotingSkipSchema) {