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)
566
if (top.Length == 0 || schFormat == SchemaFormat.WebServiceSkipSchema || schFormat == SchemaFormat.
RemotingSkipSchema
) {
692
if (schFormat != SchemaFormat.Remoting && schFormat != SchemaFormat.
RemotingSkipSchema
) {