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