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