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