2 writes to RemotingFormat
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
134
Tables[i].
RemotingFormat
= value;
fx\src\data\System\Data\DataTable.cs (1)
2231
clone.
RemotingFormat
= RemotingFormat;
5 references to RemotingFormat
System.Data (5)
fx\src\data\System\Data\DataTable.cs (5)
228
SerializationFormat remotingFormat =
RemotingFormat
;
2231
clone.RemotingFormat =
RemotingFormat
;
4857
ds.RemotingFormat = this.
RemotingFormat
;
5002
ds.RemotingFormat = this.
RemotingFormat
;
5726
SerializationFormat cachedRemotingFormat = this.
RemotingFormat
;