4 writes to RemotingFormat
System.Data.Common (4)
System\Data\DataSet.cs (1)
1166ds.RemotingFormat = RemotingFormat;
System\Data\DataTable.cs (3)
5430ds.RemotingFormat = RemotingFormat; 5597ds.RemotingFormat = RemotingFormat; 6587dataset.RemotingFormat = ds.RemotingFormat;
6 references to RemotingFormat
System.Data.Common (6)
System\Data\DataSet.cs (2)
316SerializationFormat remotingFormat = RemotingFormat; 1166ds.RemotingFormat = RemotingFormat;
System\Data\DataTable.cs (4)
279Debug.Assert(ds.RemotingFormat == SerializationFormat.Xml, "RemotingFormat must be SerializationFormat.Xml"); 1162if (DataSet != null && value != DataSet.RemotingFormat) 1233_remotingFormat = dataSet.RemotingFormat; 6587dataset.RemotingFormat = ds.RemotingFormat;