4 writes to RemotingFormat
System.Data (4)
fx\src\data\System\Data\DataSet.cs (1)
1118
ds.
RemotingFormat
= RemotingFormat;
fx\src\data\System\Data\DataTable.cs (3)
4857
ds.
RemotingFormat
= this.RemotingFormat;
5002
ds.
RemotingFormat
= this.RemotingFormat;
5811
dataset.
RemotingFormat
= ds.RemotingFormat;
6 references to RemotingFormat
System.Data (6)
fx\src\data\System\Data\DataSet.cs (2)
259
SerializationFormat remotingFormat =
RemotingFormat
;
1118
ds.RemotingFormat =
RemotingFormat
;
fx\src\data\System\Data\DataTable.cs (4)
263
Debug.Assert(ds.
RemotingFormat
== SerializationFormat.Xml, "RemotingFormat must be SerializationFormat.Xml");
1031
if (this.DataSet != null && value != this.DataSet.
RemotingFormat
) {
1143
_remotingFormat = dataSet.
RemotingFormat
;
5811
dataset.RemotingFormat = ds.
RemotingFormat
;